| 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 #include "chrome/common/pref_font_webkit_names.h" |     8 #include "chrome/common/pref_font_webkit_names.h" | 
|     9  |     9  | 
|    10 namespace prefs { |    10 namespace prefs { | 
| (...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1302 const char kPreferenceResetTime[] = "prefs.preference_reset_time"; |  1302 const char kPreferenceResetTime[] = "prefs.preference_reset_time"; | 
|  1303  |  1303  | 
|  1304 // String that indicates if the Profile Reset prompt has already been shown to |  1304 // String that indicates if the Profile Reset prompt has already been shown to | 
|  1305 // the user. Used both in user preferences and local state, in the latter, it is |  1305 // the user. Used both in user preferences and local state, in the latter, it is | 
|  1306 // actually a dictionary that maps profile keys to before-mentioned strings. |  1306 // actually a dictionary that maps profile keys to before-mentioned strings. | 
|  1307 const char kProfileResetPromptMemento[] = "profile.reset_prompt_memento"; |  1307 const char kProfileResetPromptMemento[] = "profile.reset_prompt_memento"; | 
|  1308  |  1308  | 
|  1309 // The GCM channel's enabled state. |  1309 // The GCM channel's enabled state. | 
|  1310 const char kGCMChannelEnabled[] = "gcm.channel_enabled"; |  1310 const char kGCMChannelEnabled[] = "gcm.channel_enabled"; | 
|  1311  |  1311  | 
|  1312 // Registered GCM application ids. |  | 
|  1313 const char kGCMRegisteredAppIDs[] = "gcm.register_app_ids"; |  | 
|  1314  |  | 
|  1315 // Whether Easy Unlock is enabled. |  1312 // Whether Easy Unlock is enabled. | 
|  1316 extern const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; |  1313 extern const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; | 
|  1317  |  1314  | 
|  1318 // Whether to show the Easy Unlock first run tutorial. |  1315 // Whether to show the Easy Unlock first run tutorial. | 
|  1319 extern const char kEasyUnlockShowTutorial[] = "easy_unlock.show_tutorial"; |  1316 extern const char kEasyUnlockShowTutorial[] = "easy_unlock.show_tutorial"; | 
|  1320  |  1317  | 
|  1321 // Preference storing Easy Unlock pairing data. |  1318 // Preference storing Easy Unlock pairing data. | 
|  1322 extern const char kEasyUnlockPairing[] = "easy_unlock.pairing"; |  1319 extern const char kEasyUnlockPairing[] = "easy_unlock.pairing"; | 
|  1323  |  1320  | 
|  1324 // *************** LOCAL STATE *************** |  1321 // *************** LOCAL STATE *************** | 
| (...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2599 // "mapped_title" entries, detailing the bookmark target URL (if any), the title |  2596 // "mapped_title" entries, detailing the bookmark target URL (if any), the title | 
|  2600 // given by the PartnerBookmarksProvider and either the user-visible renamed |  2597 // given by the PartnerBookmarksProvider and either the user-visible renamed | 
|  2601 // title or an empty string if the bookmark node was removed. |  2598 // title or an empty string if the bookmark node was removed. | 
|  2602 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; |  2599 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; | 
|  2603 #endif |  2600 #endif | 
|  2604  |  2601  | 
|  2605 // Whether DNS Quick Check is disabled in proxy resolution. |  2602 // Whether DNS Quick Check is disabled in proxy resolution. | 
|  2606 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; |  2603 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; | 
|  2607  |  2604  | 
|  2608 }  // namespace prefs |  2605 }  // namespace prefs | 
| OLD | NEW |