| Index: chrome/test/chromedriver/chrome/navigation_tracker.h
|
| diff --git a/chrome/test/chromedriver/chrome/navigation_tracker.h b/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| index 45c8b9861ed1b86545c1c333cad87265acc3e85c..cd162066d7b1195c50b6ca26841fc3e8d50c2790 100644
|
| --- a/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| +++ b/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| @@ -42,6 +42,8 @@ class NavigationTracker : public DevToolsEventListener {
|
| virtual void OnEvent(DevToolsClient* client,
|
| const std::string& method,
|
| const base::DictionaryValue& params) OVERRIDE;
|
| + virtual Status OnCommandSuccess(DevToolsClient* client,
|
| + const std::string& method) OVERRIDE;
|
|
|
| private:
|
| DevToolsClient* client_;
|
|
|