| 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 87bbb0ea0badb65eef06a3ef494cd6b9a3a4168b..8ebd374d9264baa672de900f2df8c27264fa57ab 100644
|
| --- a/chrome/test/chromedriver/chrome/stub_web_view.h
|
| +++ b/chrome/test/chromedriver/chrome/stub_web_view.h
|
| @@ -68,6 +68,8 @@ 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 StartProfile() OVERRIDE;
|
| + virtual Status EndProfile(scoped_ptr<base::Value>* profile_data) OVERRIDE;
|
|
|
| private:
|
| std::string id_;
|
|
|