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

Unified Diff: chrome/browser/cocoa/content_exceptions_window_controller.h

Issue 3017011: Make content settings map updates live.
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
« no previous file with comments | « no previous file | chrome/browser/cocoa/content_exceptions_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/content_exceptions_window_controller.h
diff --git a/chrome/browser/cocoa/content_exceptions_window_controller.h b/chrome/browser/cocoa/content_exceptions_window_controller.h
index c3344caf38689f6f9148fe03147b1fedb3e1ecef..ac85abbd97f637c6219c476c237980482b2e179d 100644
--- a/chrome/browser/cocoa/content_exceptions_window_controller.h
+++ b/chrome/browser/cocoa/content_exceptions_window_controller.h
@@ -12,7 +12,7 @@
#include "chrome/common/content_settings_types.h"
class ContentExceptionsTableModel;
-class UpdatingContentSettingsObserver;
+class ContentExceptionsTableModelObserver;
// Controller for the content exception dialogs.
@interface ContentExceptionsWindowController : NSWindowController
@@ -34,7 +34,7 @@ class UpdatingContentSettingsObserver;
// Listens for changes to the content settings and reloads the data when they
// change. See comment in -modelDidChange in the mm file for details.
- scoped_ptr<UpdatingContentSettingsObserver> tableObserver_;
+ scoped_ptr<ContentExceptionsTableModelObserver> tableObserver_;
// If this is set to NO, notifications by |tableObserver_| are ignored. This
// is used to suppress updates at bad times.
« no previous file with comments | « no previous file | chrome/browser/cocoa/content_exceptions_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698