Copy pref_names files from Chromium.

This commit is contained in:
Haojian Wu 2015-07-26 16:08:29 +08:00
parent 7ceca9f426
commit 0700f08d6d
4 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,11 @@
// Copyright (c) 2012 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 "chrome/common/pref_names.h"
namespace prefs {
const char kSelectFileLastDirectory[] = "selectfile.last_directory";
} // namespace prefs

View file

@ -0,0 +1,11 @@
// Copyright (c) 2012 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.
// Constants for the names of various preferences, for easier changing.
namespace prefs {
extern const char kSelectFileLastDirectory[];
} // namespace prefs