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

Unified Diff: chrome/browser/gtk/options/content_filter_page_gtk.h

Issue 5574001: Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: updates Created 10 years 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/gtk/options/content_filter_page_gtk.h
diff --git a/chrome/browser/gtk/options/content_filter_page_gtk.h b/chrome/browser/gtk/options/content_filter_page_gtk.h
index 6150226e9bc2d29b1557c9fa8058e07223fcef7f..3b7bdecbfa2e7322af925cdbddb986c39829f561 100644
--- a/chrome/browser/gtk/options/content_filter_page_gtk.h
+++ b/chrome/browser/gtk/options/content_filter_page_gtk.h
@@ -15,6 +15,8 @@
#include "chrome/common/content_settings_types.h"
#include "chrome/common/notification_registrar.h"
+class ContentSettingsDetails;
+
// A page in the content settings window. Used for everything but the Cookies
// page (which has a much more complex dialog). A |content_type| is passed into
// the constructor and the correct strings and settings are used.
@@ -38,7 +40,7 @@ class ContentFilterPageGtk : public OptionsPageBase {
virtual void UpdateButtonsState();
virtual void NotifyContentSettingsChanged(
- const HostContentSettingsMap::ContentSettingsDetails *details);
+ const ContentSettingsDetails* details);
// Builds the content of the dialog.
GtkWidget* InitGroup();

Powered by Google App Engine
This is Rietveld 408576698