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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7519017: respect --force-compositing-mode for chrome: pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add new flag instead Created 9 years, 5 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') | content/browser/tab_contents/tab_contents.cc » ('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 47a201aa19ea5e887227d0d37fabb4637de116c4..44d595d3671fe326cf5975247d46793919885d79 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -37,6 +37,9 @@ const char kAllowScriptingGallery[] = "allow-scripting-gallery";
// websocket proxy.
const char kAllowWebSocketProxy[] = "allow-websocket-proxy";
+// Allow compositing on chrome:// pages.
+const char kAllowWebUICompositing[] = "allow-webui-compositing";
+
// Allows WebUI based OOBE. Note, WebUI will be used iff kWebUILogin is also
// true.
const char kAllowWebUIOobe[] = "allow-webui-oobe";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698