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

Unified Diff: content/common/devtools_messages.h

Issue 1144393004: [DevTools] Load DevTools frontend without iframe (chromium part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-test
Patch Set: 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
Index: content/common/devtools_messages.h
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
index d91498ed9968d35a59e8b2d2060172846c1742eb..7b3c9058336e5cb079893718b8591af1ecf957c8 100644
--- a/content/common/devtools_messages.h
+++ b/content/common/devtools_messages.h
@@ -111,7 +111,8 @@ IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_AddMessageToConsole,
// new renderer to notify it that it will host developer tools UI and should
// set up all neccessary bindings and create DevToolsClient instance that
// will handle communication with inspected page DevToolsAgent.
-IPC_MESSAGE_ROUTED0(DevToolsMsg_SetupDevToolsClient)
+IPC_MESSAGE_ROUTED1(DevToolsMsg_SetupDevToolsClient,
+ std::string /* injected script */)
pfeldman 2015/06/01 15:47:51 compatibility_script
dgozman 2015/06/02 10:51:56 Done.
//-----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698