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

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

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small change DCHECK() -> clear() Created 6 years, 6 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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 extern const char kRollbackRequested[]; 744 extern const char kRollbackRequested[];
745 745
746 extern const char kMessageCenterShowedFirstRunBalloon[]; 746 extern const char kMessageCenterShowedFirstRunBalloon[];
747 extern const char kMessageCenterShowIcon[]; 747 extern const char kMessageCenterShowIcon[];
748 extern const char kMessageCenterForcedOnTaskbar[]; 748 extern const char kMessageCenterForcedOnTaskbar[];
749 749
750 extern const char kRecoveryComponentVersion[]; 750 extern const char kRecoveryComponentVersion[];
751 extern const char kComponentUpdaterState[]; 751 extern const char kComponentUpdaterState[];
752 extern const char kAttemptedToEnableAutoupdate[]; 752 extern const char kAttemptedToEnableAutoupdate[];
753 753
754 #if defined(OS_WIN)
755 extern const char kSwReporterExecuteTryCount[];
756 #endif
757
754 extern const char kMediaGalleriesUniqueId[]; 758 extern const char kMediaGalleriesUniqueId[];
755 extern const char kMediaGalleriesRememberedGalleries[]; 759 extern const char kMediaGalleriesRememberedGalleries[];
756 extern const char kMediaGalleriesLastScanTime[]; 760 extern const char kMediaGalleriesLastScanTime[];
757 761
758 #if defined(USE_ASH) 762 #if defined(USE_ASH)
759 extern const char kShelfAlignment[]; 763 extern const char kShelfAlignment[];
760 extern const char kShelfAlignmentLocal[]; 764 extern const char kShelfAlignmentLocal[];
761 extern const char kShelfAutoHideBehavior[]; 765 extern const char kShelfAutoHideBehavior[];
762 extern const char kShelfAutoHideBehaviorLocal[]; 766 extern const char kShelfAutoHideBehaviorLocal[];
763 extern const char kShelfChromeIconIndex[]; 767 extern const char kShelfChromeIconIndex[];
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 835
832 #if defined(OS_ANDROID) 836 #if defined(OS_ANDROID)
833 extern const char kPartnerBookmarkMappings[]; 837 extern const char kPartnerBookmarkMappings[];
834 #endif 838 #endif
835 839
836 extern const char kQuickCheckEnabled[]; 840 extern const char kQuickCheckEnabled[];
837 841
838 } // namespace prefs 842 } // namespace prefs
839 843
840 #endif // CHROME_COMMON_PREF_NAMES_H_ 844 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698