| Index: chrome/browser/tab_contents/web_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents_view_mac.mm (revision 10454)
|
| +++ chrome/browser/tab_contents/web_contents_view_mac.mm (working copy)
|
| @@ -99,6 +99,15 @@
|
| NOTIMPLEMENTED(); // Leaving the hack unimplemented.
|
| }
|
|
|
| +void WebContentsViewMac::OpenDeveloperTools() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void WebContentsViewMac::ForwardMessageToDevToolsClient(
|
| + const IPC::Message& message) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void WebContentsViewMac::FindInPage(const Browser& browser,
|
| bool find_next, bool forward_direction) {
|
| if (!find_bar_.get()) {
|
|
|