| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 9945812df10649fed123d5c092593cf33ed507ab..78e60a516f66a0fe02164480fc7c5bc3deaa7c0e 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -21,24 +21,11 @@ class CommandLine;
|
| class FilePath;
|
| class GURL;
|
| class PluginProcessHost;
|
| -class QuotaPermissionContext;
|
| class RenderViewHost;
|
| class ResourceDispatcherHost;
|
| class SkBitmap;
|
| struct WebPreferences;
|
|
|
| -namespace content {
|
| -class AccessTokenStore;
|
| -class BrowserMainParts;
|
| -class RenderProcessHost;
|
| -class SiteInstance;
|
| -class SpeechInputManagerDelegate;
|
| -class WebContents;
|
| -class WebContentsView;
|
| -struct MainFunctionParams;
|
| -struct ShowDesktopNotificationHostMsgParams;
|
| -}
|
| -
|
| namespace crypto {
|
| class CryptoModuleBlockingPasswordDelegate;
|
| }
|
| @@ -61,9 +48,19 @@ class Clipboard;
|
|
|
| namespace content {
|
|
|
| +class AccessTokenStore;
|
| class BrowserContext;
|
| +class BrowserMainParts;
|
| +class RenderProcessHost;
|
| +class QuotaPermissionContext;
|
| class ResourceContext;
|
| +class SiteInstance;
|
| +class SpeechInputManagerDelegate;
|
| +class WebContents;
|
| +class WebContentsView;
|
| class WebUIControllerFactory;
|
| +struct MainFunctionParams;
|
| +struct ShowDesktopNotificationHostMsgParams;
|
|
|
| typedef base::Callback< void(const content::MediaStreamDevices&) >
|
| MediaResponseCallback;
|
|
|