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

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

Issue 8245018: Remove race condition when installing default apps into a new profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressing review comments Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const char kDisabledSchemes[]; 134 extern const char kDisabledSchemes[];
135 extern const char kUrlBlacklist[]; 135 extern const char kUrlBlacklist[];
136 extern const char kUrlWhitelist[]; 136 extern const char kUrlWhitelist[];
137 extern const char kInstantConfirmDialogShown[]; 137 extern const char kInstantConfirmDialogShown[];
138 extern const char kInstantEnabled[]; 138 extern const char kInstantEnabled[];
139 extern const char kInstantEnabledOnce[]; 139 extern const char kInstantEnabledOnce[];
140 extern const char kInstantEnabledTime[]; 140 extern const char kInstantEnabledTime[];
141 extern const char kInstantPromo[]; 141 extern const char kInstantPromo[];
142 extern const char kMultipleProfilePrefMigration[]; 142 extern const char kMultipleProfilePrefMigration[];
143 extern const char kNetworkPredictionEnabled[]; 143 extern const char kNetworkPredictionEnabled[];
144 extern const char kDefaultAppsInstallState[];
144 #if defined(OS_CHROMEOS) 145 #if defined(OS_CHROMEOS)
145 extern const char kAudioMute[]; 146 extern const char kAudioMute[];
146 extern const char kAudioVolume[]; 147 extern const char kAudioVolume[];
147 extern const char kTapToClickEnabled[]; 148 extern const char kTapToClickEnabled[];
148 extern const char kTouchpadSensitivity[]; 149 extern const char kTouchpadSensitivity[];
149 extern const char kUse24HourClock[]; 150 extern const char kUse24HourClock[];
150 extern const char kLanguageCurrentInputMethod[]; 151 extern const char kLanguageCurrentInputMethod[];
151 extern const char kLanguagePreviousInputMethod[]; 152 extern const char kLanguagePreviousInputMethod[];
152 extern const char kLanguageHotkeyNextEngineInMenu[]; 153 extern const char kLanguageHotkeyNextEngineInMenu[];
153 extern const char kLanguageHotkeyPreviousEngine[]; 154 extern const char kLanguageHotkeyPreviousEngine[];
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 602
602 extern const char kDevicePolicyRefreshRate[]; 603 extern const char kDevicePolicyRefreshRate[];
603 extern const char kUserPolicyRefreshRate[]; 604 extern const char kUserPolicyRefreshRate[];
604 605
605 extern const char kRecoveryComponentVersion[]; 606 extern const char kRecoveryComponentVersion[];
606 extern const char kComponentUpdaterState[]; 607 extern const char kComponentUpdaterState[];
607 608
608 } // namespace prefs 609 } // namespace prefs
609 610
610 #endif // CHROME_COMMON_PREF_NAMES_H_ 611 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698