| Index: chrome/app/android/chrome_main_delegate_android.h
|
| diff --git a/chrome/app/android/chrome_main_delegate_android.h b/chrome/app/android/chrome_main_delegate_android.h
|
| index 6e68170e76e1e7316f689dde8f31405145ccbc1f..caa45f4e2a6e2d0f45904c86a3ab8713bc3c8c99 100644
|
| --- a/chrome/app/android/chrome_main_delegate_android.h
|
| +++ b/chrome/app/android/chrome_main_delegate_android.h
|
| @@ -31,17 +31,11 @@ class ChromeMainDelegateAndroid : public ChromeMainDelegate {
|
| const content::MainFunctionParams& main_function_params) override;
|
| void ProcessExiting(const std::string& process_type) override;
|
|
|
| -#if defined(SAFE_BROWSING_DB_REMOTE)
|
| - virtual safe_browsing::SafeBrowsingApiHandler* CreateSafeBrowsingApiHandler();
|
| -#endif
|
| -
|
| private:
|
| std::unique_ptr<content::BrowserMainRunner> browser_runner_;
|
|
|
| -#if defined(SAFE_BROWSING_DB_REMOTE)
|
| std::unique_ptr<safe_browsing::SafeBrowsingApiHandler>
|
| safe_browsing_api_handler_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateAndroid);
|
| };
|
|
|