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..311bc89e00e296d9bd21e13e31e2c8375d0c379e 100644 |
| --- a/content/public/browser/content_browser_client.cc |
| +++ b/content/public/browser/content_browser_client.cc |
| @@ -232,6 +232,12 @@ void ContentBrowserClient::RequestMidiSysExPermission( |
| result_callback.Run(true); |
| } |
| +void ContentBrowserClient::DidUseGeolocationPermission( |
|
jam
2014/07/14 18:20:53
nit: don't put this in the cc file, instead just h
Daniel Nishi
2014/07/14 22:25:05
Done.
|
| + WebContents* web_contents, |
| + const GURL& primary_url, |
| + const GURL& secondary_url) { |
| +} |
| + |
| void ContentBrowserClient::RequestProtectedMediaIdentifierPermission( |
| WebContents* web_contents, |
| const GURL& origin, |