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

Unified Diff: content/shell/shell_switches.cc

Issue 10825419: [content shell] add --no-timeout option (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « content/shell/shell_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_switches.cc
diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc
index e3cffb3968f60a5c15652ac239dbb592f6aac940..07daec5b2f76d78f0a83a3624702d70e881d432b 100644
--- a/content/shell/shell_switches.cc
+++ b/content/shell/shell_switches.cc
@@ -15,4 +15,7 @@ const char kContentBrowserTest[] = "browser-test";
// Request pages to be dumped as text once they finished loading.
const char kDumpRenderTree[] = "dump-render-tree";
+// Disables the timeout for layout tests.
+const char kNoTimeout[] = "no-timeout";
+
} // namespace switches
« no previous file with comments | « content/shell/shell_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698