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

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

Issue 611603002: Add the goog-unwanted-shavar list to a new SafeBrowsing PrefixSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits and cl format Created 6 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_store_file.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.cc b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
index ff6448eabc0bc29b727a3f148c8da30a2a9d260b..298d42dd5bca5d683ffbbedc9c87635ec3e9f412 100644
--- a/chrome/browser/safe_browsing/safe_browsing_store_file.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
@@ -618,10 +618,8 @@ bool SafeBrowsingStoreFile::CheckValidity() {
return true;
}
-void SafeBrowsingStoreFile::Init(
- const base::FilePath& filename,
- const base::Closure& corruption_callback
-) {
+void SafeBrowsingStoreFile::Init(const base::FilePath& filename,
+ const base::Closure& corruption_callback) {
filename_ = filename;
corruption_callback_ = corruption_callback;
}

Powered by Google App Engine
This is Rietveld 408576698