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 f2acb06a8d498a7a079d8d517bc1f1d854df2fe1..61af32977bd2dacf7b272510edd583e36d348108 100644 |
--- a/chrome/browser/content_settings/permission_context_base.h |
+++ b/chrome/browser/content_settings/permission_context_base.h |
@@ -109,6 +109,9 @@ class PermissionContextBase : public KeyedService { |
// Return an instance of the infobar queue controller, creating it if needed. |
PermissionQueueController* GetQueueController(); |
+ // Returns the profile associated with this permission context. |
+ Profile* GetProfile() const; |
mlamouri (slow - plz ping)
2014/12/02 22:43:30
It's a getter, per coding style it should be |prof
timvolodine
2014/12/03 16:44:25
Done.
|
+ |
// Store the decided permission as a content setting. |
// virtual since the permission might be stored with different restrictions |
// (for example for desktop notifications). |