Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index aa735db37ce6dd6bd2afc21595bd6246f06a7e8a..11c7b7545253ad9d2171aa9955a622ecd0cfa5a0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -510,6 +510,14 @@ const char kDnsLogDetails[] = "dns-log-details"; |
// Disables prefetching of DNS information. |
const char kDnsPrefetchDisable[] = "dns-prefetch-disable"; |
+// If set, Flash fullscreen widgets are embedded within the browser window and |
+// with the same UX as HTML5 fullscreen. |
+// |
+// TODO(miu): This feature is a work in-progress. It should not be enabled by |
+// default until going through a formal UX review, and all comments/concerns on |
+// the crbug are addressed. http://crbug.com/290403 |
+const char kEmbedFlashFullscreen[] = "embed-flash-fullscreen"; |
+ |
// Enables the <adview> tag in packaged apps. |
const char kEnableAdview[] = "enable-adview"; |