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

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

Issue 12093057: [ChromeDriver] Send DOM.getDocument after each DOM.documentUpdated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile error on win_rel Created 7 years, 11 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 | « chrome/test/chromedriver/frame_tracker.cc ('k') | chrome/test/chromedriver/navigation_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/navigation_tracker.h
diff --git a/chrome/test/chromedriver/navigation_tracker.h b/chrome/test/chromedriver/navigation_tracker.h
index 55268b5a63a614dcd04c408b60b42b856400aa88..2e37f793ed73c12b2bd3b95e09635dd788679823 100644
--- a/chrome/test/chromedriver/navigation_tracker.h
+++ b/chrome/test/chromedriver/navigation_tracker.h
@@ -10,18 +10,24 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "chrome/test/chromedriver/devtools_client.h"
#include "chrome/test/chromedriver/devtools_event_listener.h"
+#include "chrome/test/chromedriver/status.h"
namespace base {
class DictionaryValue;
}
+class DevToolsClient;
+class Status;
+
// Tracks the navigation state of frames.
class NavigationTracker : public DevToolsEventListener {
public:
NavigationTracker();
virtual ~NavigationTracker();
+ Status Init(DevToolsClient* client);
bool IsPendingNavigation(const std::string& frame_id);
// Overridden from DevToolsEventListener:
« no previous file with comments | « chrome/test/chromedriver/frame_tracker.cc ('k') | chrome/test/chromedriver/navigation_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698