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

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

Issue 15393005: [chromedriver] Remove unnecessary round trips to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 2484741d9028fbece5891bb9ef637297bc4f26fb..45c8b9861ed1b86545c1c333cad87265acc3e85c 100644
--- a/chrome/test/chromedriver/chrome/navigation_tracker.h
+++ b/chrome/test/chromedriver/chrome/navigation_tracker.h
@@ -33,6 +33,8 @@ class NavigationTracker : public DevToolsEventListener {
NavigationTracker(DevToolsClient* client, LoadingState known_state);
virtual ~NavigationTracker();
+ // Gets whether a navigation is pending for the specified frame. |frame_id|
+ // may be empty to signify the main frame.
Status IsPendingNavigation(const std::string& frame_id, bool* is_pending);
// Overridden from DevToolsEventListener:
« no previous file with comments | « chrome/test/chromedriver/chrome/javascript_dialog_manager.cc ('k') | chrome/test/chromedriver/chrome/navigation_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698