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); |