// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/history/core/common/pref_names.h" namespace prefs { // Boolean controlling whether history saving is disabled. const char kSavingBrowserHistoryDisabled[] = …; // Boolean controlling whether deleting browsing and download history is // permitted. const char kAllowDeletingBrowserHistory[] = …; } // namespace prefs