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

Unified Diff: content/common/devtools_messages.h

Issue 1154673005: Formalize a RenderFrameHost::AddMessageToConsole() API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android fix Created 5 years, 7 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
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/devtools_messages.h
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
index d91498ed9968d35a59e8b2d2060172846c1742eb..a8ffbb81b9b1ea0ed34097aae0c96ccbe624bb2d 100644
--- a/content/common/devtools_messages.h
+++ b/content/common/devtools_messages.h
@@ -99,11 +99,6 @@ IPC_MESSAGE_ROUTED3(DevToolsAgentMsg_InspectElement,
int /* x */,
int /* y */)
-// Add message to the devtools console.
-IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_AddMessageToConsole,
- content::ConsoleMessageLevel /* level */,
- std::string /* message */)
-
//-----------------------------------------------------------------------------
// These are messages sent from the browser to the renderer.
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698