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

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

Issue 650180: Initial Geolocation location bar icons. (Closed)
Patch Set: Addresses Peter and Brett's comments. Created 10 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/gtk/options/content_settings_window_gtk.h
diff --git a/chrome/browser/gtk/options/content_settings_window_gtk.h b/chrome/browser/gtk/options/content_settings_window_gtk.h
index 554aef50ca1e22e57f1e540cee03df0a13ade55c..770dbf5e5e6bb496584c7615adced91264372057 100644
--- a/chrome/browser/gtk/options/content_settings_window_gtk.h
+++ b/chrome/browser/gtk/options/content_settings_window_gtk.h
@@ -10,6 +10,7 @@
#include "base/scoped_ptr.h"
#include "chrome/browser/gtk/options/cookie_filter_page_gtk.h"
#include "chrome/browser/gtk/options/content_filter_page_gtk.h"
+#include "chrome/browser/gtk/options/geolocation_filter_page_gtk.h"
#include "chrome/browser/pref_member.h"
#include "chrome/common/content_settings_types.h"
@@ -58,6 +59,7 @@ class ContentSettingsWindowGtk {
ContentFilterPageGtk javascript_page_;
ContentFilterPageGtk plugin_page_;
ContentFilterPageGtk popup_page_;
+ GeolocationFilterPageGtk geolocation_page_;
// Helper object to manage accessibility metadata.
scoped_ptr<AccessibleWidgetHelper> accessible_widget_helper_;
« no previous file with comments | « chrome/browser/gtk/options/content_exceptions_window_gtk.cc ('k') | chrome/browser/gtk/options/content_settings_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698