Chromium Code Reviews| 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()) |