summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 05:08:38 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 05:08:38 +0000
commitb7631cc577c480fa04d0e7f1d4d1b9ffc60b2cdc (patch)
tree7653d8ec53c9f154be07bc7240ad54d0f0f682e6 /chrome/browser/chrome_content_browser_client.h
parenta78f03cf0fb7e2053099bcc4b73d558c9d653ed1 (diff)
downloadchromium_src-b7631cc577c480fa04d0e7f1d4d1b9ffc60b2cdc.zip
chromium_src-b7631cc577c480fa04d0e7f1d4d1b9ffc60b2cdc.tar.gz
chromium_src-b7631cc577c480fa04d0e7f1d4d1b9ffc60b2cdc.tar.bz2
Convert the async device ID getter to a chrome resource host
Review URL: https://codereview.chromium.org/10909138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r--chrome/browser/chrome_content_browser_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index aa20b04..6f0fad4 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -198,6 +198,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
virtual std::string GetDefaultDownloadName() OVERRIDE;
+ virtual void DidCreatePpapiPlugin(
+ content::BrowserPpapiHost* browser_host) OVERRIDE;
virtual bool AllowPepperSocketAPI(content::BrowserContext* browser_context,
const GURL& url) OVERRIDE;
virtual bool AllowPepperPrivateFileAPI() OVERRIDE;