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

Unified Diff: components/safe_browsing/common/safebrowsing_constants.cc

Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches. (Closed)
Patch Set: address Nathan's comments Created 4 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: components/safe_browsing/common/safebrowsing_constants.cc
diff --git a/components/safe_browsing/common/safebrowsing_constants.cc b/components/safe_browsing/common/safebrowsing_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..543f725e964c14f23d7bb412dc433d0a4fbf71bd
--- /dev/null
+++ b/components/safe_browsing/common/safebrowsing_constants.cc
@@ -0,0 +1,12 @@
+// Copyright 2016 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.
+
+#include "components/safe_browsing/common/safebrowsing_constants.h"
+
+namespace safe_browsing {
+
+const base::FilePath::CharType kSafeBrowsingBaseFilename[] =
+ FILE_PATH_LITERAL("Safe Browsing");
Nathan Parker 2016/11/10 18:57:46 This won't be needed by WebView directly. If it's
timvolodine 2016/11/18 14:07:11 safe_browsing_service uses that constant, and we'l
Nathan Parker 2016/11/18 17:30:03 Digging into this, it's used by the SafeBrowisingS
+
+} // namespace safe_browsing

Powered by Google App Engine
This is Rietveld 408576698