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

Unified Diff: extensions/common/event_filtering_info.h

Issue 2495213007: [Extensions] Use a separate IPC message for extension events (Closed)
Patch Set: lazyboys Created 4 years, 1 month 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 | « extensions/browser/event_router.cc ('k') | extensions/common/event_filtering_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/event_filtering_info.h
diff --git a/extensions/common/event_filtering_info.h b/extensions/common/event_filtering_info.h
index 5578a95c7bcbde4686f1a90009cc7b5cca984014..e6b7f9f7d6b45ed2444cc7d3c59cb6cde825e722 100644
--- a/extensions/common/event_filtering_info.h
+++ b/extensions/common/event_filtering_info.h
@@ -10,7 +10,7 @@
#include "url/gurl.h"
namespace base {
-class Value;
+class DictionaryValue;
}
namespace extensions {
@@ -60,8 +60,7 @@ class EventFilteringInfo {
bool has_service_type() const { return !service_type_.empty(); }
const std::string& service_type() const { return service_type_; }
- std::unique_ptr<base::Value> AsValue() const;
- bool IsEmpty() const;
+ std::unique_ptr<base::DictionaryValue> AsValue() const;
private:
bool has_url_;
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/common/event_filtering_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698