Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 8fd3fc58f8e0a14b058c01a50b473cdece31c9a5..e87e49884573e48e24ce8449d5e88a7c9702a9cf 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -1218,13 +1218,20 @@ const char kEasyUnlockShowTutorial[] = "easy_unlock.show_tutorial"; |
| // A cache of zero suggest results using JSON serialized into a string. |
| const char kZeroSuggestCachedResults[] = "zerosuggest.cachedresults"; |
| +#if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS) |
| // These device IDs are used by the copresence component, to uniquely identify |
| // this device to the server. For privacy, authenticated and unauthenticated |
| // calls are made using different device IDs. |
| -#if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS) |
| const char kCopresenceAuthenticatedDeviceId[] = |
| "apps.copresence.auth_device_id"; |
| const char kCopresenceAnonymousDeviceId[] = "apps.copresence.unauth_device_id"; |
| + |
| +// Used to indicate whether or not the toolbar redesign bubble has been shown |
| +// and acknowledged, and the last time the bubble was shown. |
| +const char kToolbarIconSurfacingBubbleAcknowledged[] = |
| + "toolbar_icon_surfacing_bubble_acknowledged"; |
| +extern const char kToolbarIconSurfacingBubbleLastShowTime[] = |
|
battre
2015/03/19 09:28:45
extern?
Devlin
2015/03/19 16:28:09
Whoops! Copy-paste error. Looks like I wasn't the
|
| + "toolbar_icon_surfacing_bubble_show_time"; |
| #endif |
| // Whether WebRTC should bind to individual NICs to explore all possible routing |