Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2349)

Unified Diff: content/public/common/presentation_info.h

Issue 2862393002: [Media Router] Force DEFAULT cast mode when starting presentations from content. (Closed)
Patch Set: Fix bug found by closure compiler Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/media_router/media_router_container_test_base.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/presentation_info.h
diff --git a/content/public/common/presentation_info.h b/content/public/common/presentation_info.h
index b21e251b79658bd767d1f33477ce16f526757ceb..ddfe8cad96939946b312bc942c1196420fda3cf4 100644
--- a/content/public/common/presentation_info.h
+++ b/content/public/common/presentation_info.h
@@ -52,6 +52,7 @@ enum PresentationErrorType {
// Struct returned when an attempt to create a presentation failed.
struct CONTENT_EXPORT PresentationError {
+ // TODO(mfoltz): Should this initialize error_type to UNKNOWN?
PresentationError() = default;
PresentationError(PresentationErrorType error_type,
const std::string& message);
« no previous file with comments | « chrome/test/data/webui/media_router/media_router_container_test_base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698