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

Unified Diff: chrome/test/in_process_browser_test.h

Issue 155360: Fixing InProcBrowserTestTimeout for P13N (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.h
===================================================================
--- chrome/test/in_process_browser_test.h (revision 20370)
+++ chrome/test/in_process_browser_test.h (working copy)
@@ -74,6 +74,9 @@
// Invoked when a test is not finishing in a timely manner.
void TimedOut();
+ // Sets Initial Timeout value.
+ void SetInitialTimeoutInMS(int initial_timeout);
+
// Starts an HTTP server.
HTTPTestServer* StartHTTPServer();
@@ -118,6 +121,9 @@
// Saved to restore the value of RenderProcessHost::run_renderer_in_process.
bool original_single_process_;
+ // Initial timeout value in ms.
+ int initial_timeout_;
+
DISALLOW_COPY_AND_ASSIGN(InProcessBrowserTest);
};
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698