| Index: chrome/test/chromedriver/chrome/stub_web_view.h
|
| diff --git a/chrome/test/chromedriver/chrome/stub_web_view.h b/chrome/test/chromedriver/chrome/stub_web_view.h
|
| index 27c9a6b4804e8ab5d50504540aa1d87d3473d93c..228c3b103a95da93daac5a8ff9d04e68ef4dd92b 100644
|
| --- a/chrome/test/chromedriver/chrome/stub_web_view.h
|
| +++ b/chrome/test/chromedriver/chrome/stub_web_view.h
|
| @@ -67,6 +67,7 @@ class StubWebView : public WebView {
|
| const base::DictionaryValue& element,
|
| const std::vector<base::FilePath>& files) OVERRIDE;
|
| virtual Status TakeHeapSnapshot(scoped_ptr<base::Value>* snapshot) OVERRIDE;
|
| + virtual Status GetEventListenersCount(int* count) OVERRIDE;
|
|
|
| private:
|
| std::string id_;
|
|
|