Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index c53e0f596f023eaa2962c533907b7cbd3a80caa0..0e3863521f241ee0a71fabdb9e2ba74e034b3f4f 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -19,6 +19,8 @@ |
#include "base/memory/scoped_ptr.h" |
#endif |
+class Profile; |
+ |
namespace base { |
class CommandLine; |
} |
@@ -212,6 +214,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
bool user_gesture, |
base::Callback<void(bool)> result_callback, |
base::Closure* cancel_callback) OVERRIDE; |
+ virtual void UseContentSettingPermission( |
+ content::WebContents* web_contents, |
+ const GURL& primary_url, |
+ const GURL& secondary_url, |
+ const std::string& setting_type) OVERRIDE; |
virtual void RequestProtectedMediaIdentifierPermission( |
content::WebContents* web_contents, |
const GURL& origin, |