diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 20:08:57 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 20:08:57 +0000 |
commit | 90b261041cb60c6d7d534451496f866d120d10c0 (patch) | |
tree | f829eb00e255249ce3795257e053653a499a0d66 /content/shell/shell_switches.h | |
parent | 3c10274043357ce9513962ae463f44250779899e (diff) | |
download | chromium_src-90b261041cb60c6d7d534451496f866d120d10c0.zip chromium_src-90b261041cb60c6d7d534451496f866d120d10c0.tar.gz chromium_src-90b261041cb60c6d7d534451496f866d120d10c0.tar.bz2 |
[content shell] add --no-timeout option
BUG=111316
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10825419
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_switches.h')
-rw-r--r-- | content/shell/shell_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/shell_switches.h b/content/shell/shell_switches.h index 342cedd..cbc2860 100644 --- a/content/shell/shell_switches.h +++ b/content/shell/shell_switches.h @@ -12,6 +12,7 @@ namespace switches { extern const char kCheckLayoutTestSysDeps[]; extern const char kContentBrowserTest[]; extern const char kDumpRenderTree[]; +extern const char kNoTimeout[]; } // namespace switches |