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

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

Issue 6591087: Additional validation code for PrefixSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sense of histogram was WRONG~ Created 9 years, 10 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.cc
diff --git a/chrome/browser/safe_browsing/protocol_manager.cc b/chrome/browser/safe_browsing/protocol_manager.cc
index 86c13281b3ae628a476f27e716e027bb7236c697..9ba26049c5779f97478f7d7b8bad90b3568cdd76 100644
--- a/chrome/browser/safe_browsing/protocol_manager.cc
+++ b/chrome/browser/safe_browsing/protocol_manager.cc
@@ -117,6 +117,7 @@ SafeBrowsingProtocolManager::SafeBrowsingProtocolManager(
back_off_fuzz_ = static_cast<float>(base::RandDouble());
// The first update must happen between 1-5 minutes of start up.
next_update_sec_ = base::RandInt(60, kSbTimerStartIntervalSec);
+ next_update_sec_ = 30;
lzheng 2011/03/04 00:29:06 This should not be in the change?
Scott Hess - ex-Googler 2011/03/04 00:40:08 Doh! Testing code. thx.
chrome::VersionInfo version_info;
if (!version_info.is_valid() || version_info.Version().empty())

Powered by Google App Engine
This is Rietveld 408576698