Chromium Code Reviews| 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 1b9b1e841848afb0c0e2227394fed4114f8519ec..408ed6bf6fda2ad75f50a9f03bed65da384f28d4 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; |
|
Bernhard Bauer
2014/07/14 10:50:32
This is unnecessary.
Daniel Nishi
2014/07/14 17:12:54
Removed.
|
| + |
| namespace base { |
| class CommandLine; |
| } |
| @@ -213,6 +215,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, |