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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2775001: Add enable-video-fullscreen switch (Closed)
Patch Set: Add NOTIMPLEMENTED() Created 10 years, 6 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/common/chrome_switches.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 73f5c4c8b912953b13f99730d580a98347e9253b..9474c082f273e6f468dc796bd5ed322bdab81fbd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -375,6 +375,10 @@ const char kEnableUserDataDirProfiles[] = "enable-udd-profiles";
// browser window.
const char kEnableVerticalTabs[] = "enable-vertical-tabs";
+// Enables support for fullscreen video. Current implementation is
+// incomplete and this flag is used for development and testing.
+const char kEnableVideoFullscreen[] = "enable-video-fullscreen";
+
// Enables video layering where video is rendered as a separate layer outside
// of the backing store.
const char kEnableVideoLayering[] = "enable-video-layering";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698