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

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

Issue 392010: Fix a crash during shutdown where SafeBrowsingProtocolManager could end up getting back NULL for Pro (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix some nits Created 11 years, 1 month 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/safe_browsing_service.h
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_service.h (revision 31723)
+++ chrome/browser/safe_browsing/safe_browsing_service.h (working copy)
@@ -27,6 +27,7 @@
class SafeBrowsingBlockingPage;
class SafeBrowsingDatabase;
class SafeBrowsingProtocolManager;
+class URLRequestContextGetter;
// Construction needs to happen on the main thread.
class SafeBrowsingService
@@ -71,7 +72,8 @@
// Called to initialize objects that are used on the io_thread.
void OnIOInitialize(const std::string& client_key,
- const std::string& wrapped_key);
+ const std::string& wrapped_key,
+ URLRequestContextGetter* request_context_getter);
// Called to initialize objects that are used on the db_thread.
void OnDBInitialize();
« no previous file with comments | « chrome/browser/safe_browsing/protocol_manager_unittest.cc ('k') | chrome/browser/safe_browsing/safe_browsing_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698