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

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: 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
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..1786cd7b1bfa6f2ba804b3f4ab82bd2bad341785 100644
--- a/chrome/app/android/chrome_main_delegate_android.h
+++ b/chrome/app/android/chrome_main_delegate_android.h
@@ -31,10 +31,6 @@ 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_;

Powered by Google App Engine
This is Rietveld 408576698