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

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

Issue 1432033003: Delete the auto-launch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 extern const char kChromeOsReleaseChannel[]; 644 extern const char kChromeOsReleaseChannel[];
645 645
646 extern const char kPerformanceTracingEnabled[]; 646 extern const char kPerformanceTracingEnabled[];
647 647
648 extern const char kTabStripStackedLayout[]; 648 extern const char kTabStripStackedLayout[];
649 649
650 extern const char kRegisteredBackgroundContents[]; 650 extern const char kRegisteredBackgroundContents[];
651 651
652 #if defined(OS_WIN) 652 #if defined(OS_WIN)
653 extern const char kLastWelcomedOSVersion[]; 653 extern const char kLastWelcomedOSVersion[];
654 extern const char kShownAutoLaunchInfobar[];
655 extern const char kWelcomePageOnOSUpgradeEnabled[]; 654 extern const char kWelcomePageOnOSUpgradeEnabled[];
656 #endif 655 #endif
657 656
658 extern const char kAuthSchemes[]; 657 extern const char kAuthSchemes[];
659 extern const char kDisableAuthNegotiateCnameLookup[]; 658 extern const char kDisableAuthNegotiateCnameLookup[];
660 extern const char kEnableAuthNegotiatePort[]; 659 extern const char kEnableAuthNegotiatePort[];
661 extern const char kAuthServerWhitelist[]; 660 extern const char kAuthServerWhitelist[];
662 extern const char kAuthNegotiateDelegateWhitelist[]; 661 extern const char kAuthNegotiateDelegateWhitelist[];
663 extern const char kGSSAPILibraryName[]; 662 extern const char kGSSAPILibraryName[];
664 extern const char kAuthAndroidNegotiateAccountType[]; 663 extern const char kAuthAndroidNegotiateAccountType[];
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 extern const char kAnimationPolicy[]; 789 extern const char kAnimationPolicy[];
791 #endif 790 #endif
792 791
793 extern const char kBackgroundTracingLastUpload[]; 792 extern const char kBackgroundTracingLastUpload[];
794 793
795 extern const char kAllowDinosaurEasterEgg[]; 794 extern const char kAllowDinosaurEasterEgg[];
796 795
797 } // namespace prefs 796 } // namespace prefs
798 797
799 #endif // CHROME_COMMON_PREF_NAMES_H_ 798 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698