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

Unified Diff: chrome/browser/notifications/message_center_settings_controller.h

Issue 1694923004: Use GURLs instead of patterns in SetContentSetting in notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scoping_set_content_setting
Patch Set: remove patterns_ Created 4 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/notifications/message_center_settings_controller.h
diff --git a/chrome/browser/notifications/message_center_settings_controller.h b/chrome/browser/notifications/message_center_settings_controller.h
index ae2f4f1afc4a8ab3fe0dcfa0af83b18cea471eac..fe2ca3b074ba08136c1e98cf15ffb01fa6979f21 100644
--- a/chrome/browser/notifications/message_center_settings_controller.h
+++ b/chrome/browser/notifications/message_center_settings_controller.h
@@ -7,7 +7,6 @@
#include <stddef.h>
-#include <map>
#include <vector>
#include "base/macros.h"
@@ -125,8 +124,6 @@ class MessageCenterSettingsController
scoped_ptr<AppIconLoader> app_icon_loader_;
- std::map<base::string16, ContentSettingsPattern> patterns_;
-
// The list of all configurable notifier groups. This is each profile that is
// loaded (and in the ProfileAttributesStorage - so no incognito profiles go
// here).

Powered by Google App Engine
This is Rietveld 408576698