diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-19 13:15:40 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-19 13:15:40 +0000 |
commit | 59253838dff6df06206732fce124b176d6ca0b6e (patch) | |
tree | a161ff1affa84e76f1509b06496e753f06dee388 /content/shell/shell_switches.cc | |
parent | 044752edcf1fa9fd9526db140a072fda9318834c (diff) | |
download | chromium_src-59253838dff6df06206732fce124b176d6ca0b6e.zip chromium_src-59253838dff6df06206732fce124b176d6ca0b6e.tar.gz chromium_src-59253838dff6df06206732fce124b176d6ca0b6e.tar.bz2 |
Revert 173751
> [content shell] run headless when in layout test mode
>
> Currently only for gtk. There's also a command line flag --show-content-shell
> which overrides this for debugging
>
> BUG=111316
> TEST=nothing should change
> R=marja@chromium.org
>
>
> Review URL: https://chromiumcodereview.appspot.com/11576003
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/11649017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_switches.cc')
-rw-r--r-- | content/shell/shell_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc index df50d5e..be7f7cd 100644 --- a/content/shell/shell_switches.cc +++ b/content/shell/shell_switches.cc @@ -27,7 +27,4 @@ const char kNoTimeout[] = "no-timeout"; // Save results when layout-as-browser tests fail. const char kOutputLayoutTestDifferences[] = "output-layout-test-differences"; -// Show the content_shell window, even when running in layout test mode. -const char kShowContentShell[] = "show-content-shell"; - } // namespace switches |