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

Side by Side Diff: chrome/browser/chromeos/settings/cros_settings_names.h

Issue 12452003: Move pref backing up flags from local state to device settings on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 9 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/settings/cros_settings_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) 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 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
7 7
8 namespace chromeos { 8 namespace chromeos {
9 9
10 extern const char kCrosSettingsPrefix[]; 10 extern const char kCrosSettingsPrefix[];
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 extern const char kIdleLogoutTimeout[]; 43 extern const char kIdleLogoutTimeout[];
44 extern const char kIdleLogoutWarningDuration[]; 44 extern const char kIdleLogoutWarningDuration[];
45 45
46 extern const char kStartUpUrls[]; 46 extern const char kStartUpUrls[];
47 47
48 extern const char kPolicyMissingMitigationMode[]; 48 extern const char kPolicyMissingMitigationMode[];
49 49
50 extern const char kAllowRedeemChromeOsRegistrationOffers[]; 50 extern const char kAllowRedeemChromeOsRegistrationOffers[];
51 51
52 extern const char kStartUpFlags[];
52 } // namespace chromeos 53 } // namespace chromeos
53 54
54 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 55 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/settings/cros_settings_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698