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

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

Issue 2487553002: Moving new First Run to use per-profile value, rather than simply checking IsChromeFirstRun. (Closed)
Patch Set: Adding tests Created 4 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 extern const char kToolbarMigratedComponentActionStatus[]; 437 extern const char kToolbarMigratedComponentActionStatus[];
438 #endif 438 #endif
439 439
440 #if defined(ENABLE_WEBRTC) 440 #if defined(ENABLE_WEBRTC)
441 extern const char kWebRTCMultipleRoutesEnabled[]; 441 extern const char kWebRTCMultipleRoutesEnabled[];
442 extern const char kWebRTCNonProxiedUdpEnabled[]; 442 extern const char kWebRTCNonProxiedUdpEnabled[];
443 extern const char kWebRTCIPHandlingPolicy[]; 443 extern const char kWebRTCIPHandlingPolicy[];
444 extern const char kWebRTCUDPPortRange[]; 444 extern const char kWebRTCUDPPortRange[];
445 #endif 445 #endif
446 446
447 #if !defined(OS_ANDROID)
448 extern const char kHasSeenWelcomeUI[];
449 #endif
450
447 extern const char kGLVendorString[]; 451 extern const char kGLVendorString[];
448 extern const char kGLRendererString[]; 452 extern const char kGLRendererString[];
449 extern const char kGLVersionString[]; 453 extern const char kGLVersionString[];
450 454
451 #if defined(OS_ANDROID) 455 #if defined(OS_ANDROID)
452 extern const char kGLExtensionsString[]; 456 extern const char kGLExtensionsString[];
453 extern const char kGpuDriverInfoMaxSamples[]; 457 extern const char kGpuDriverInfoMaxSamples[];
454 extern const char kGpuDriverInfoResetNotificationStrategy[]; 458 extern const char kGpuDriverInfoResetNotificationStrategy[];
455 extern const char kGpuDriverInfoShaderVersion[]; 459 extern const char kGpuDriverInfoShaderVersion[];
456 extern const char kGpuDriverInfoBuildFingerPrint[]; 460 extern const char kGpuDriverInfoBuildFingerPrint[];
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 #endif 839 #endif
836 840
837 extern const char kOriginTrialPublicKey[]; 841 extern const char kOriginTrialPublicKey[];
838 extern const char kOriginTrialDisabledFeatures[]; 842 extern const char kOriginTrialDisabledFeatures[];
839 843
840 extern const char kComponentUpdatesEnabled[]; 844 extern const char kComponentUpdatesEnabled[];
841 845
842 } // namespace prefs 846 } // namespace prefs
843 847
844 #endif // CHROME_COMMON_PREF_NAMES_H_ 848 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698