| 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;
|
|
|