Copy pref_names files from Chromium.
This commit is contained in:
parent
7ceca9f426
commit
0700f08d6d
4 changed files with 27 additions and 4 deletions
11
chromium_src/chrome/common/pref_names.cc
Normal file
11
chromium_src/chrome/common/pref_names.cc
Normal 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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue