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

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

Issue 1719883003: Ignore: v4_update_protocol_manager: Basic implementation with TODOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_prot_mgr
Patch Set: rebase again (and more branching funkiness) Created 4 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
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/local_database_manager.cc
diff --git a/chrome/browser/safe_browsing/local_database_manager.cc b/chrome/browser/safe_browsing/local_database_manager.cc
index 0e21a54e652bf26a0782d98ba9055b9562043886..7a7b6907d119a2ed6b90c06c7005f495c39a4c49 100644
--- a/chrome/browser/safe_browsing/local_database_manager.cc
+++ b/chrome/browser/safe_browsing/local_database_manager.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -272,16 +272,8 @@ void LocalSafeBrowsingDatabaseManager::SafeBrowsingCheck::
}
LocalSafeBrowsingDatabaseManager::LocalSafeBrowsingDatabaseManager(
- const scoped_refptr<SafeBrowsingService>& service) :
- LocalSafeBrowsingDatabaseManager(service, NULL, V4ProtocolConfig()) {
-}
-
-LocalSafeBrowsingDatabaseManager::LocalSafeBrowsingDatabaseManager(
- const scoped_refptr<SafeBrowsingService>& service,
- net::URLRequestContextGetter* request_context_getter,
- const V4ProtocolConfig& config)
- : SafeBrowsingDatabaseManager(request_context_getter, config),
- sb_service_(service),
+ const scoped_refptr<SafeBrowsingService>& service)
+ : sb_service_(service),
database_(NULL),
enabled_(false),
enable_download_protection_(false),
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698