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

Unified Diff: content/shell/common/shell_switches.cc

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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 | « content/shell/common/shell_switches.h ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_switches.cc
diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc
index cf4280b415ab485d0c0cf68e2ae93c2214beacb9..f1252c31e23b1c5670ba87c9acf13d73e67fdeaa 100644
--- a/content/shell/common/shell_switches.cc
+++ b/content/shell/common/shell_switches.cc
@@ -16,6 +16,9 @@ const char kContentBrowserTest[] = "browser-test";
// Makes Content Shell use the given path for its data directory.
const char kContentShellDataPath[] = "data-path";
+// Size for the content_shell's host window (i.e. "800x600").
+const char kContentShellHostWindowSize[] = "content-shell-host-window-size";
+
// The directory breakpad should store minidumps in.
const char kCrashDumpsDir[] = "crash-dumps-dir";
@@ -36,8 +39,8 @@ const char kIsolateSitesForTesting[] = "isolate-sites-for-testing";
// with a semicolon (;).
const char kRegisterFontFiles[] = "register-font-files";
-// Size for the content_shell's host window (i.e. "800x600").
-const char kContentShellHostWindowSize[] = "content-shell-host-window-size";
+// Shows a button on the location bar that starts the Mus demo.
+const char kShowMusDemoButton[] = "show-mus-demo-button";
std::vector<std::string> GetSideloadFontFiles() {
std::vector<std::string> files;
« no previous file with comments | « content/shell/common/shell_switches.h ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698