Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2225 // by UMA_HISTOGRAM_ENUMERATION. | 2225 // by UMA_HISTOGRAM_ENUMERATION. |
| 2226 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; | 2226 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; |
| 2227 | 2227 |
| 2228 #if defined(OS_CHROMEOS) | 2228 #if defined(OS_CHROMEOS) |
| 2229 // The RLZ brand code, if enabled. | 2229 // The RLZ brand code, if enabled. |
| 2230 const char kRLZBrand[] = "rlz.brand"; | 2230 const char kRLZBrand[] = "rlz.brand"; |
| 2231 // Whether RLZ pings are disabled. | 2231 // Whether RLZ pings are disabled. |
| 2232 const char kRLZDisabled[] = "rlz.disabled"; | 2232 const char kRLZDisabled[] = "rlz.disabled"; |
| 2233 #endif | 2233 #endif |
| 2234 | 2234 |
| 2235 extern const char kAppListProfile[] = "app_list.profile"; | |
|
tapted
2013/01/17 04:23:31
this needs a comment (sorry - that was my bad in t
koz (OOO until 15th September)
2013/01/18 05:37:33
Done.
| |
| 2236 | |
| 2235 } // namespace prefs | 2237 } // namespace prefs |
| OLD | NEW |