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

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

Issue 2868042: Backend changes for notifications content settings. (Closed)
Patch Set: '' Created 10 years, 5 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/notification_exceptions_table_model.h
diff --git a/chrome/browser/notifications/notification_exceptions_table_model.h b/chrome/browser/notifications/notification_exceptions_table_model.h
index c171034d8f22618e6177138852abe39177cc5b8f..01137f7331f57e4c01449475c2d3030a36258830 100644
--- a/chrome/browser/notifications/notification_exceptions_table_model.h
+++ b/chrome/browser/notifications/notification_exceptions_table_model.h
@@ -31,6 +31,7 @@ class NotificationExceptionsTableModel : public RemoveRowsTableModel {
private:
struct Entry {
Entry(const GURL& origin, ContentSetting setting);
+ bool operator<(const Entry& b) const;
GURL origin;
ContentSetting setting;

Powered by Google App Engine
This is Rietveld 408576698