Chromium Code Reviews| Index: chrome/browser/content_settings/permission_context_base.h |
| diff --git a/chrome/browser/content_settings/permission_context_base.h b/chrome/browser/content_settings/permission_context_base.h |
| index 1db872b39c4e903aa901e2839f0d7660dc15da13..93cec3c862e47109dd6e7ad4a091df90fbcb208f 100644 |
| --- a/chrome/browser/content_settings/permission_context_base.h |
| +++ b/chrome/browser/content_settings/permission_context_base.h |
| @@ -98,11 +98,12 @@ class PermissionContextBase : public KeyedService { |
| // Return an instance of the infobar queue controller, creating it if needed. |
| PermissionQueueController* GetQueueController(); |
| + // Store the decided permission as a content setting. |
|
Bernhard Bauer
2014/09/23 16:13:01
Please add a comment that explains why this is vir
Miguel Garcia
2014/09/23 16:53:38
Done.
|
| + virtual void UpdateContentSetting(const GURL& requesting_origin, |
| + const GURL& embedder_origin, |
| + bool allowed); |
| + |
| private: |
| - void UpdateContentSetting( |
| - const GURL& requesting_origin, |
| - const GURL& embedder_origin, |
| - bool allowed); |
| // Called when a bubble is no longer used so it can be cleaned up. |
| void CleanUpBubble(const PermissionRequestID& id); |