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: |