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

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

Issue 1419103010: Aura on Android: Compile extensions gn target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: Addressed feedback from patchset 9. Created 5 years, 1 month 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/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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 // Whether Easy Unlock is enabled. 1176 // Whether Easy Unlock is enabled.
1177 const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; 1177 const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
1178 1178
1179 // Preference storing Easy Unlock pairing data. 1179 // Preference storing Easy Unlock pairing data.
1180 const char kEasyUnlockPairing[] = "easy_unlock.pairing"; 1180 const char kEasyUnlockPairing[] = "easy_unlock.pairing";
1181 1181
1182 // Whether close proximity between the remote and the local device is required 1182 // Whether close proximity between the remote and the local device is required
1183 // in order to use Easy Unlock. 1183 // in order to use Easy Unlock.
1184 const char kEasyUnlockProximityRequired[] = "easy_unlock.proximity_required"; 1184 const char kEasyUnlockProximityRequired[] = "easy_unlock.proximity_required";
1185 1185
1186 #if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS) 1186 #if defined(ENABLE_EXTENSIONS)
1187 // These device IDs are used by the copresence component, to uniquely identify 1187 // These device IDs are used by the copresence component, to uniquely identify
1188 // this device to the server. For privacy, authenticated and unauthenticated 1188 // this device to the server. For privacy, authenticated and unauthenticated
1189 // calls are made using different device IDs. 1189 // calls are made using different device IDs.
1190 const char kCopresenceAuthenticatedDeviceId[] = 1190 const char kCopresenceAuthenticatedDeviceId[] =
1191 "apps.copresence.auth_device_id"; 1191 "apps.copresence.auth_device_id";
1192 const char kCopresenceAnonymousDeviceId[] = "apps.copresence.unauth_device_id"; 1192 const char kCopresenceAnonymousDeviceId[] = "apps.copresence.unauth_device_id";
1193 1193
1194 // Used to indicate whether or not the toolbar redesign bubble has been shown 1194 // Used to indicate whether or not the toolbar redesign bubble has been shown
1195 // and acknowledged, and the last time the bubble was shown. 1195 // and acknowledged, and the last time the bubble was shown.
1196 const char kToolbarIconSurfacingBubbleAcknowledged[] = 1196 const char kToolbarIconSurfacingBubbleAcknowledged[] =
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 // Policy that indicates how to handle animated images. 2184 // Policy that indicates how to handle animated images.
2185 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2185 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2186 #endif 2186 #endif
2187 2187
2188 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload"; 2188 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2189 2189
2190 const char kAllowDinosaurEasterEgg[] = 2190 const char kAllowDinosaurEasterEgg[] =
2191 "allow_dinosaur_easter_egg"; 2191 "allow_dinosaur_easter_egg";
2192 2192
2193 } // namespace prefs 2193 } // 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