Chromium Code Reviews| Index: content/public/browser/content_browser_client.cc |
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
| index f4a2f387d3f252eddb90a0e8ee5816f537c76fee..3c97112267a911ae1f0c1f8010000553915be274 100644 |
| --- a/content/public/browser/content_browser_client.cc |
| +++ b/content/public/browser/content_browser_client.cc |
| @@ -232,6 +232,14 @@ void ContentBrowserClient::RequestMidiSysExPermission( |
| result_callback.Run(true); |
| } |
| +void ContentBrowserClient::UseContentSettingPermission( |
| + WebContents* web_contents, |
| + const GURL& primary_url, |
| + const GURL& secondary_url, |
| + const std::string& setting_type) { |
| + return; |
|
Bernhard Bauer
2014/07/14 10:50:33
Return is unneccessary.
Daniel Nishi
2014/07/14 17:12:54
Done.
|
| +} |
| + |
| void ContentBrowserClient::RequestProtectedMediaIdentifierPermission( |
| WebContents* web_contents, |
| const GURL& origin, |