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

Unified Diff: extensions/common/event_matcher.h

Issue 17419004: <webview>: Add support for filtering extension events by instanceId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@filter_listener
Patch Set: Correct diff Created 7 years, 6 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: extensions/common/event_matcher.h
diff --git a/extensions/common/event_matcher.h b/extensions/common/event_matcher.h
index bb284196fa16b42940bf527c4153fc4029d66bba..dadb6ef14828b90e5fdd4c0374b309ce5162c417 100644
--- a/extensions/common/event_matcher.h
+++ b/extensions/common/event_matcher.h
@@ -30,6 +30,8 @@ class EventMatcher {
int HasURLFilters() const;
+ int GetInstanceID() const;
+
base::DictionaryValue* value() const {
return filter_.get();
}

Powered by Google App Engine
This is Rietveld 408576698