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

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

Issue 11473019: [cros,rlz] Remove RLZ checkbox from OOBE UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back old strings Created 8 years 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/common/pref_names.h ('k') | chrome/test/pyautolib/pyauto.py » ('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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 // Tracks the time of the last shown warning. Used to reset 2159 // Tracks the time of the last shown warning. Used to reset
2160 // |network_profile.warnings_left| after a silence period. 2160 // |network_profile.warnings_left| after a silence period.
2161 const char kNetworkProfileLastWarningTime[] = 2161 const char kNetworkProfileLastWarningTime[] =
2162 "network_profile.last_warning_time"; 2162 "network_profile.last_warning_time";
2163 2163
2164 // 64-bit serialization of the time last policy usage statistics were collected 2164 // 64-bit serialization of the time last policy usage statistics were collected
2165 // by UMA_HISTOGRAM_ENUMERATION. 2165 // by UMA_HISTOGRAM_ENUMERATION.
2166 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2166 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2167 2167
2168 #if defined(OS_CHROMEOS) 2168 #if defined(OS_CHROMEOS)
2169 // Indicates whether the RLZ tracking has been enabled by user.
2170 const char kRLZEnabled[] = "rlz.enabled";
2171
2172 // The RLZ brand code, if enabled. 2169 // The RLZ brand code, if enabled.
2173 const char kRLZBrand[] = "rlz.brand"; 2170 const char kRLZBrand[] = "rlz.brand";
2174 #endif 2171 #endif
2175 2172
2176 } // namespace prefs 2173 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698