| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8ff0912b93b374e0b9a2d8fed3195e9996021eec..4cf0f92b89dce317a0092a9fc5c54177f50e909b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2462,6 +2462,12 @@ const char kAppLauncherShortcutVersion[] = "apps.app_launcher.shortcut_version";
|
|
|
| // A boolean identifying if we should show the app launcher promo or not.
|
| const char kShowAppLauncherPromo[] = "app_launcher.show_promo";
|
| +
|
| +// A dictionary that tracks the Drive app to Chrome app mapping. The key is
|
| +// a Drive app id and the value is the corresponding Chrome app id. The pref
|
| +// is unsynable and used to track local mappings only.
|
| +const char kAppLauncherDriveAppMapping[] =
|
| + "apps.app_launcher.drive_app_mapping";
|
| #endif
|
|
|
| // If set, the user requested to launch the app with this extension id while
|
|
|