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

Unified Diff: chrome/browser/safe_browsing/protocol_manager.h

Issue 1402783005: Remove safe_browsing=2 functionality, replace with =3 mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up histograms Created 5 years, 2 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/browser/safe_browsing/protocol_manager.h
diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h
index e8bb43f0745564afd3da704704dd561e279b3247..bfbd2c1f8abd993d2cea4e1d0dd9c3545215ee05 100644
--- a/chrome/browser/safe_browsing/protocol_manager.h
+++ b/chrome/browser/safe_browsing/protocol_manager.h
@@ -377,12 +377,6 @@ class SafeBrowsingProtocolManager : public net::URLFetcherDelegate,
// ForceScheduleNextUpdate() is called. This is set for testing purpose.
bool disable_auto_update_;
-#if defined(OS_ANDROID)
- // When true, protocol_manager will not check network connection
- // type when scheduling next update. This is set for testing purpose.
- bool disable_connection_check_;
-#endif
-
// ID for URLFetchers for testing.
int url_fetcher_id_;
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.cc ('k') | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698