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

Unified Diff: chrome/browser/chromeos/notifications/balloon_view_host.cc

Issue 6735004: Move extension messages to their own file and add a RenderViewObserver to start moving the extens... (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/browser/chromeos/notifications/balloon_view_host.cc
===================================================================
--- chrome/browser/chromeos/notifications/balloon_view_host.cc (revision 79468)
+++ chrome/browser/chromeos/notifications/balloon_view_host.cc (working copy)
@@ -6,8 +6,7 @@
#include "base/stl_util-inl.h"
#include "base/values.h"
-#include "chrome/common/render_messages.h"
-#include "chrome/common/render_messages_params.h"
+#include "chrome/common/extensions/extension_messages.h"
namespace chromeos {
@@ -27,7 +26,7 @@
}
void BalloonViewHost::ProcessWebUIMessage(
- const ViewHostMsg_DomMessage_Params& params) {
+ const ExtensionHostMsg_DomMessage_Params& params) {
::BalloonViewHost::ProcessWebUIMessage(params);
// Look up the callback for this message.
« no previous file with comments | « chrome/browser/chromeos/notifications/balloon_view_host.h ('k') | chrome/browser/debugger/extension_ports_remote_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698