Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2476)

Unified Diff: chrome/app/android/chrome_main_delegate_android.h

Issue 1940443002: 📤 Upstream SafeBrowsingApiBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/app/android/chrome_main_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/app/android/chrome_main_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698