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

Unified Diff: chrome/test/chromedriver/chrome/navigation_tracker.h

Issue 15772009: [chromedriver] Fix race where we might not wait for page load after navigating. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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
Index: chrome/test/chromedriver/chrome/navigation_tracker.h
diff --git a/chrome/test/chromedriver/chrome/navigation_tracker.h b/chrome/test/chromedriver/chrome/navigation_tracker.h
index 45c8b9861ed1b86545c1c333cad87265acc3e85c..cd162066d7b1195c50b6ca26841fc3e8d50c2790 100644
--- a/chrome/test/chromedriver/chrome/navigation_tracker.h
+++ b/chrome/test/chromedriver/chrome/navigation_tracker.h
@@ -42,6 +42,8 @@ class NavigationTracker : public DevToolsEventListener {
virtual void OnEvent(DevToolsClient* client,
const std::string& method,
const base::DictionaryValue& params) OVERRIDE;
+ virtual Status OnCommandSuccess(DevToolsClient* client,
+ const std::string& method) OVERRIDE;
private:
DevToolsClient* client_;
« no previous file with comments | « chrome/test/chromedriver/chrome/devtools_event_listener.cc ('k') | chrome/test/chromedriver/chrome/navigation_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698