Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: chrome/common/pref_names.h

Issue 14813039: Retire the Enterprise Web Store policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 extern const char kEnableHyperlinkAuditing[]; 407 extern const char kEnableHyperlinkAuditing[];
408 extern const char kEnableReferrers[]; 408 extern const char kEnableReferrers[];
409 extern const char kEnableDoNotTrack[]; 409 extern const char kEnableDoNotTrack[];
410 410
411 extern const char kImportBookmarks[]; 411 extern const char kImportBookmarks[];
412 extern const char kImportHistory[]; 412 extern const char kImportHistory[];
413 extern const char kImportHomepage[]; 413 extern const char kImportHomepage[];
414 extern const char kImportSearchEngine[]; 414 extern const char kImportSearchEngine[];
415 extern const char kImportSavedPasswords[]; 415 extern const char kImportSavedPasswords[];
416 416
417 extern const char kEnterpriseWebStoreURL[];
418 extern const char kEnterpriseWebStoreName[];
419
420 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) 417 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
421 extern const char kLocalProfileId[]; 418 extern const char kLocalProfileId[];
422 extern const char kPasswordsUseLocalProfileId[]; 419 extern const char kPasswordsUseLocalProfileId[];
423 #endif 420 #endif
424 421
425 extern const char kProfileAvatarIndex[]; 422 extern const char kProfileAvatarIndex[];
426 extern const char kProfileName[]; 423 extern const char kProfileName[];
427 extern const char kProfileIsManaged[]; 424 extern const char kProfileIsManaged[];
428 425
429 extern const char kInvertNotificationShown[]; 426 extern const char kInvertNotificationShown[];
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 extern const char kAppListLaunchCount[]; 906 extern const char kAppListLaunchCount[];
910 extern const char kLastAppListAppLaunchPing[]; 907 extern const char kLastAppListAppLaunchPing[];
911 extern const char kAppListAppLaunchCount[]; 908 extern const char kAppListAppLaunchCount[];
912 909
913 extern const char kDRMSalt[]; 910 extern const char kDRMSalt[];
914 extern const char kEnableDRM[]; 911 extern const char kEnableDRM[];
915 912
916 } // namespace prefs 913 } // namespace prefs
917 914
918 #endif // CHROME_COMMON_PREF_NAMES_H_ 915 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698