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

Unified Diff: trunk/src/extensions/common/event_matcher.h

Issue 23945003: Revert 221619 "Initial chrome.mdns API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/extensions/common/event_filtering_info.cc ('k') | trunk/src/extensions/common/event_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/extensions/common/event_matcher.h
===================================================================
--- trunk/src/extensions/common/event_matcher.h (revision 221667)
+++ trunk/src/extensions/common/event_matcher.h (working copy)
@@ -12,8 +12,6 @@
class EventFilteringInfo;
-extern const char kEventFilterServiceTypeKey[];
-
// Matches EventFilteringInfos against a set of criteria. This is intended to
// be used by EventFilter which performs efficient URL matching across
// potentially many EventMatchers itself. This is why this class only exposes
@@ -31,8 +29,6 @@
int GetURLFilterCount() const;
bool GetURLFilter(int i, base::DictionaryValue** url_filter_out);
- std::string GetServiceTypeFilter() const;
-
int HasURLFilters() const;
int GetInstanceID() const;
« no previous file with comments | « trunk/src/extensions/common/event_filtering_info.cc ('k') | trunk/src/extensions/common/event_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698