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

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

Issue 56135: Adding unit tests for the SafeBrowsingBlockingPage class (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/safe_browsing_service.h
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_service.h (revision 12779)
+++ chrome/browser/safe_browsing/safe_browsing_service.h (working copy)
@@ -72,8 +72,7 @@
// Initializes the service. io_loop is the message loop that the
// caller of this service (ResourceDispatcherHost) wants to be notified on
- // for check results. db_loop is the message loop for the thread to do
- // the database work.
+ // for check results.
void Initialize(MessageLoop* io_loop);
// Called to initialize objects that are used on the io_thread.

Powered by Google App Engine
This is Rietveld 408576698