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

Unified Diff: chrome/test/chromedriver/frame_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/dom_tracker_unittest.cc ('k') | chrome/test/chromedriver/frame_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/frame_tracker.h
diff --git a/chrome/test/chromedriver/frame_tracker.h b/chrome/test/chromedriver/frame_tracker.h
index 885263ad1c5e98b919a0568f469fbe8c8f8212e4..b172665eeb7196217c19df7b58382e0ae9f06fac 100644
--- a/chrome/test/chromedriver/frame_tracker.h
+++ b/chrome/test/chromedriver/frame_tracker.h
@@ -17,6 +17,7 @@ class DictionaryValue;
class Value;
}
+class DevToolsClient;
class Status;
// Tracks execution context creation.
@@ -25,6 +26,7 @@ class FrameTracker : public DevToolsEventListener {
FrameTracker();
virtual ~FrameTracker();
+ Status Init(DevToolsClient* client);
Status GetFrameForContextId(int context_id, std::string* frame_id);
Status GetContextIdForFrame(const std::string& frame_id, int* context_id);
« no previous file with comments | « chrome/test/chromedriver/dom_tracker_unittest.cc ('k') | chrome/test/chromedriver/frame_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698