| Index: chrome/browser/extensions/chrome_extensions_browser_client.h
|
| diff --git a/chrome/browser/extensions/chrome_extensions_browser_client.h b/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| index 066a74ea9dc62edf22126a108c92230b2c708000..1d3ea4a6059a53903dfaca08f259c88d0fa911fb 100644
|
| --- a/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| +++ b/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| @@ -19,8 +19,6 @@
|
| }
|
|
|
| namespace extensions {
|
| -
|
| -class ChromeExtensionsAPIClient;
|
|
|
| // Implementation of extensions::BrowserClient for Chrome, which includes
|
| // knowledge of Profiles, BrowserContexts and incognito.
|
| @@ -78,12 +76,6 @@
|
| // Observer for Chrome-specific notifications.
|
| ChromeNotificationObserver notification_observer_;
|
|
|
| -// Android builds chrome/browser/extensions but not c/b/extensions/api.
|
| -#if !defined(OS_ANDROID)
|
| - // Client for API implementations.
|
| - scoped_ptr<ChromeExtensionsAPIClient> api_client_;
|
| -#endif
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromeExtensionsBrowserClient);
|
| };
|
|
|
|
|