| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 09ee43ee85399e142317411674d701ede675d717..1963bf61a331779aaafd6810f5d2aa27852d3b0d 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -27,6 +27,8 @@ extern const char kURLsToRestoreOnStartup[];
|
| extern const char kApplicationLocale[];
|
| #if defined(OS_CHROMEOS)
|
| extern const char kApplicationLocaleBackup[];
|
| +extern const char kApplicationLocaleOverride[];
|
| +extern const char kApplicationLocaleAccepted[];
|
| #endif
|
|
|
| extern const char kDefaultCharset[];
|
|
|