Index: chrome/test/chromedriver/devtools_client.h |
diff --git a/chrome/test/chromedriver/devtools_client.h b/chrome/test/chromedriver/devtools_client.h |
index 4edb9de90cc48f5c69070f5f7161b9682c7c7067..c048629e1255cbb257666f5493a3754adc298073 100644 |
--- a/chrome/test/chromedriver/devtools_client.h |
+++ b/chrome/test/chromedriver/devtools_client.h |
@@ -13,6 +13,7 @@ namespace base { |
class DictionaryValue; |
} |
+class DevToolsEventListener; |
class Status; |
// A DevTools client of a single DevTools debugger. |
@@ -26,6 +27,8 @@ class DevToolsClient { |
const std::string& method, |
const base::DictionaryValue& params, |
scoped_ptr<base::DictionaryValue>* result) = 0; |
+ |
+ virtual void AddListener(DevToolsEventListener* listener) = 0; |
}; |
#endif // CHROME_TEST_CHROMEDRIVER_DEVTOOLS_CLIENT_H_ |