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

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

Issue 165008: Fix for an "update in progress" DCHECK (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « no previous file | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/protocol_manager.h
===================================================================
--- chrome/browser/safe_browsing/protocol_manager.h (revision 22579)
+++ chrome/browser/safe_browsing/protocol_manager.h (working copy)
@@ -152,6 +152,10 @@
// Helper function for update completion.
void UpdateFinished(bool success);
+ // A callback that runs if we timeout waiting for a response to an update
+ // request. We use this to properly set our update state.
+ void UpdateResponseTimeout();
+
private:
// Main SafeBrowsing interface object.
SafeBrowsingService* sb_service_;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698