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

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

Issue 5238002: Reintegrate 552 r66225-r66645.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552d/src/
Patch Set: '' Created 10 years, 1 month 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 | « chrome/browser/browser_navigator.cc ('k') | 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
===================================================================
--- chrome/browser/cocoa/content_exceptions_window_controller.h (revision 66837)
+++ chrome/browser/cocoa/content_exceptions_window_controller.h (working copy)
@@ -10,6 +10,7 @@
#include "chrome/common/content_settings_types.h"
class ContentExceptionsTableModel;
+class ContentSettingComboModel;
class UpdatingContentSettingsObserver;
// Controller for the content exception dialogs.
@@ -28,10 +29,8 @@
HostContentSettingsMap* settingsMap_; // weak
HostContentSettingsMap* otrSettingsMap_; // weak
scoped_ptr<ContentExceptionsTableModel> model_;
+ scoped_ptr<ContentSettingComboModel> popup_model_;
- // Is set if "Session" should be a valid option in the "action" popup.
- BOOL showSession_;
-
// Is set if adding and editing exceptions for the current OTR session should
// be allowed.
BOOL otrAllowed_;
« no previous file with comments | « chrome/browser/browser_navigator.cc ('k') | chrome/browser/cocoa/content_exceptions_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698