| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 56939d8553f51ea67727786459484369a54153da..f7d8f69ba8c2a9130b164d7fe2f24b31ae74a43b 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -794,8 +794,6 @@ class TabContents : public PageNavigator,
|
| const SkBitmap& image);
|
| virtual void RequestOpenURL(const GURL& url, const GURL& referrer,
|
| WindowOpenDisposition disposition);
|
| - virtual void DomOperationResponse(const std::string& json_string,
|
| - int automation_id);
|
| virtual void ProcessDOMUIMessage(const std::string& message,
|
| const std::string& content,
|
| int request_id,
|
|
|