Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chrome/browser/tab_contents/web_contents_view_mac.mm

Issue 21540: Add developer tools message forwarding to browser (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {
« no previous file with comments | « chrome/browser/tab_contents/web_contents_view_mac.h ('k') | chrome/browser/tab_contents/web_contents_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698