Index: chrome/test/automation/browser_proxy.h |
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h |
index d62c0fa7f156c681d904adabd23ec4f3f0f2f10f..958f4eccb4e3f1619c1fef1356eddd123385548c 100644 |
--- a/chrome/test/automation/browser_proxy.h |
+++ b/chrome/test/automation/browser_proxy.h |
@@ -232,8 +232,11 @@ class BrowserProxy : public AutomationResourceProxy { |
// the time when loading stopped into |max_stop_time| (should be similar to |
// the delay that WaitForInitialLoads waits for), and a list of all |
// finished timestamps into |stop_times|. Returns true on success. |
- bool GetInitialLoadTimes(float* min_start_time, float* max_stop_time, |
- std::vector<float>* stop_times); |
+ bool GetInitialLoadTimes( |
+ int timeout_ms, |
+ float* min_start_time, |
+ float* max_stop_time, |
+ std::vector<float>* stop_times); |
protected: |