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

Unified Diff: chrome/common/extensions/extension_messages.h

Issue 6794035: Move dispatching and sending of the last extension specific messages out of TabContents and Rende... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/common/extensions/extension_messages.h
===================================================================
--- chrome/common/extensions/extension_messages.h (revision 80315)
+++ chrome/common/extensions/extension_messages.h (working copy)
@@ -267,7 +267,7 @@
SubstitutionMap /* message bundle */)
// Send from the renderer to the browser to return the script running result.
-IPC_MESSAGE_ROUTED2(ViewHostMsg_ExecuteCodeFinished,
+IPC_MESSAGE_ROUTED2(ExtensionHostMsg_ExecuteCodeFinished,
int, /* request id */
bool /* whether the script ran successfully */)

Powered by Google App Engine
This is Rietveld 408576698