| Index: components/browsing_data/pref_names.cc
|
| diff --git a/components/browsing_data/pref_names.cc b/components/browsing_data/pref_names.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5b7890373ff184520d6574f852df60ac337edeeb
|
| --- /dev/null
|
| +++ b/components/browsing_data/pref_names.cc
|
| @@ -0,0 +1,16 @@
|
| +// 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/browsing_data/pref_names.h"
|
| +
|
| +namespace browsing_data {
|
| +
|
| +namespace prefs {
|
| +
|
| +// Clear browsing data delete time period
|
| +const char kDeleteTimePeriod[] = "browser.clear_data.time_period";
|
| +
|
| +} // namespace prefs
|
| +
|
| +} // namespace browsing_data
|
|
|