diff options
author | xiyuan <xiyuan@chromium.org> | 2014-10-14 17:06:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 00:07:38 +0000 |
commit | 37407a705b39f79bf8a4d5c058982f8ef0b58a5c (patch) | |
tree | 6c330ea4ca83e938bde9dc3d289cd917929518b6 /chrome/common/pref_names.h | |
parent | 5e894e695b9fa55e238c306d49b57096f8fed405 (diff) | |
download | chromium_src-37407a705b39f79bf8a4d5c058982f8ef0b58a5c.zip chromium_src-37407a705b39f79bf8a4d5c058982f8ef0b58a5c.tar.gz chromium_src-37407a705b39f79bf8a4d5c058982f8ef0b58a5c.tar.bz2 |
app_list: Respect user uninstall of unremovable Drive app.
- Re-enable Drive app integration for ChromeOS;
- Make AppListSyncableService track uninstalled Drive apps;
- Make DriveAppMapping caches the uninstalled Drive apps locally;
- Make DriveAppProvider skip installing of uninstalled Drive apps;
BUG=420034
Review URL: https://codereview.chromium.org/650313002
Cr-Commit-Position: refs/heads/master@{#299589}
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index bf67943..0c98324 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -797,6 +797,7 @@ extern const char kAppLauncherIsEnabled[]; extern const char kAppLauncherShortcutVersion[]; extern const char kShowAppLauncherPromo[]; extern const char kAppLauncherDriveAppMapping[]; +extern const char kAppLauncherUninstalledDriveApps[]; #endif extern const char kAppLaunchForMetroRestart[]; |