blob: 589f456a33dbb97aba0767a8b4f5ef82f8e7a187 [file] [log] [blame]
// Copyright 2014 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.
#ifndef IOS_WEB_VIEW_INTERNAL_PREF_NAMES_H_
#define IOS_WEB_VIEW_INTERNAL_PREF_NAMES_H_
namespace prefs {
// Boolean controlling whether history saving is disabled.
extern const char kSavingBrowserHistoryDisabled[];
} // namespace prefs
#endif // IOS_WEB_VIEW_INTERNAL_PREF_NAMES_H_