Chromium Code Reviews| 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 |