Index: chrome/browser/content_settings/permission_queue_controller.h |
diff --git a/chrome/browser/content_settings/permission_queue_controller.h b/chrome/browser/content_settings/permission_queue_controller.h |
index 24b178096f6e572abfd527d1ff6cf3b1025e3053..9fd62873d2a3cbd4899d2583e07cb8cb11796301 100644 |
--- a/chrome/browser/content_settings/permission_queue_controller.h |
+++ b/chrome/browser/content_settings/permission_queue_controller.h |
@@ -50,6 +50,11 @@ class PermissionQueueController : public content::NotificationObserver { |
bool update_content_setting, |
bool allowed); |
+ // Performs the update to content settings for a particular request frame |
+ // context. |
+ void UpdateContentSetting( |
+ const GURL& requesting_frame, const GURL& embedder, bool allowed); |
+ |
protected: |
// content::NotificationObserver: |
virtual void Observe(int type, |
@@ -78,9 +83,6 @@ class PermissionQueueController : public content::NotificationObserver { |
void RegisterForInfoBarNotifications(InfoBarService* infobar_service); |
void UnregisterForInfoBarNotifications(InfoBarService* infobar_service); |
- void UpdateContentSetting( |
- const GURL& requesting_frame, const GURL& embedder, bool allowed); |
- |
content::NotificationRegistrar registrar_; |
Profile* const profile_; |