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

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

Issue 2682073002: Removing old prefs storage for BudgetManager (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | 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/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/features.h" 9 #include "chrome/common/features.h"
10 #include "chrome/common/pref_font_webkit_names.h" 10 #include "chrome/common/pref_font_webkit_names.h"
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 "gpu_driver_info_reset_notification_strategy"; 1271 "gpu_driver_info_reset_notification_strategy";
1272 const char kGpuDriverInfoShaderVersion[] = "gpu_driver_info_shader_version"; 1272 const char kGpuDriverInfoShaderVersion[] = "gpu_driver_info_shader_version";
1273 const char kGpuDriverInfoBuildFingerPrint[] = 1273 const char kGpuDriverInfoBuildFingerPrint[] =
1274 "gpu_driver_info_build_finder_print"; 1274 "gpu_driver_info_build_finder_print";
1275 #endif 1275 #endif
1276 1276
1277 // Maps from app ids to origin + Service Worker registration ID. 1277 // Maps from app ids to origin + Service Worker registration ID.
1278 const char kPushMessagingAppIdentifierMap[] = 1278 const char kPushMessagingAppIdentifierMap[] =
1279 "gcm.push_messaging_application_id_map"; 1279 "gcm.push_messaging_application_id_map";
1280 1280
1281 // Maps from origin to background budget information.
1282 const char kBackgroundBudgetMap[] = "push_messaging.background_budget_map";
1283
1284 // A string like "com.chrome.macosx" that should be used as the GCM category 1281 // A string like "com.chrome.macosx" that should be used as the GCM category
1285 // when an app_id is sent as a subtype instead of as a category. 1282 // when an app_id is sent as a subtype instead of as a category.
1286 const char kGCMProductCategoryForSubtypes[] = 1283 const char kGCMProductCategoryForSubtypes[] =
1287 "gcm.product_category_for_subtypes"; 1284 "gcm.product_category_for_subtypes";
1288 1285
1289 // Whether a user is allowed to use Easy Unlock. 1286 // Whether a user is allowed to use Easy Unlock.
1290 const char kEasyUnlockAllowed[] = "easy_unlock.allowed"; 1287 const char kEasyUnlockAllowed[] = "easy_unlock.allowed";
1291 1288
1292 // Whether Easy Unlock is enabled. 1289 // Whether Easy Unlock is enabled.
1293 const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; 1290 const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 // default search engine, if it is the Google search engine. 2379 // default search engine, if it is the Google search engine.
2383 const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting"; 2380 const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting";
2384 2381
2385 // A dictionary of manifest URLs of Web Share Targets to a dictionary containing 2382 // A dictionary of manifest URLs of Web Share Targets to a dictionary containing
2386 // attributes of its share_target field found in its manifest. Each key in the 2383 // attributes of its share_target field found in its manifest. Each key in the
2387 // dictionary is the name of the attribute, and the value is the corresponding 2384 // dictionary is the name of the attribute, and the value is the corresponding
2388 // value. 2385 // value.
2389 const char kWebShareVisitedTargets[] = "profile.web_share.visited_targets"; 2386 const char kWebShareVisitedTargets[] = "profile.web_share.visited_targets";
2390 2387
2391 } // namespace prefs 2388 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698