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

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

Issue 3149026: Fix build due to conflict (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | « no previous file | chrome/browser/chromeos/notifications/balloon_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/notifications/balloon_view_host.h
diff --git a/chrome/browser/chromeos/notifications/balloon_view_host.h b/chrome/browser/chromeos/notifications/balloon_view_host.h
index 5e378c650fad7a33272b60c6c9808862e98fb142..642ce360a0008bc843d8c462d36a9f87464d1d3e 100644
--- a/chrome/browser/chromeos/notifications/balloon_view_host.h
+++ b/chrome/browser/chromeos/notifications/balloon_view_host.h
@@ -14,13 +14,12 @@
#include "base/callback.h"
#include "gfx/native_widget_types.h"
-class Value;
class ListValue;
class GURL;
namespace chromeos {
-typedef Callback1<const Value*>::Type MessageCallback;
+typedef Callback1<const ListValue*>::Type MessageCallback;
class BalloonViewHost : public ::BalloonViewHost {
public:
@@ -35,11 +34,7 @@ class BalloonViewHost : public ::BalloonViewHost {
MessageCallback* callback);
// Process DOMUI message.
- void ProcessDOMUIMessage(const std::string& message,
- const ListValue* content,
- const GURL& source_url,
- int request_id,
- bool has_callback);
+ virtual void ProcessDOMUIMessage(const ViewHostMsg_DomMessage_Params& params);
private:
// A map of message name -> message handling callback.
« no previous file with comments | « no previous file | chrome/browser/chromeos/notifications/balloon_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698