diff options
| author | dbeam <dbeam@chromium.org> | 2016-02-22 17:43:27 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-02-23 01:44:22 +0000 |
| commit | 2b4fc356ff151e0c104596bffea377d6fad40281 (patch) | |
| tree | a416356a9fb99b4b00a55564c7924878d673beb2 /chrome/common/chrome_switches.h | |
| parent | e4fec04138c05a31edf8942afef26914e8b38e52 (diff) | |
| download | chromium_src-2b4fc356ff151e0c104596bffea377d6fad40281.zip chromium_src-2b4fc356ff151e0c104596bffea377d6fad40281.tar.gz chromium_src-2b4fc356ff151e0c104596bffea377d6fad40281.tar.bz2 | |
Remove old downloads UI; Material Design version is now the default.
This step removes the code and resources.
Next step drops all the "Md" prefixes.
R=asanka@chromium.org,asvitkine@chromium.org
BUG=528484
Review URL: https://codereview.chromium.org/1710083005
Cr-Commit-Position: refs/heads/master@{#376895}
Diffstat (limited to 'chrome/common/chrome_switches.h')
| -rw-r--r-- | chrome/common/chrome_switches.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 9aa3b6d..f2d4866 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -80,7 +80,7 @@ extern const char kDisableExtensions[]; extern const char kDisableFieldTrialTestingConfig[]; extern const char kDisableHttp2[]; extern const char kDisableJavaScriptHarmonyShipping[]; -extern const char kDisableMaterialDesignDownloads[]; +extern const char kDisableMinimizeOnSecondLauncherItemClick[]; extern const char kDisableNewBookmarkApps[]; extern const char kDisableNTPPopularSites[]; extern const char kDisableOfflineAutoReload[]; @@ -120,7 +120,6 @@ extern const char kEnableExperimentalHotwordHardware[]; extern const char kEnableExtensionActivityLogging[]; extern const char kEnableExtensionActivityLogTesting[]; extern const char kEnableFastUnload[]; -extern const char kEnableMaterialDesignDownloads[]; extern const char kEnableMaterialDesignExtensions[]; extern const char kEnableMaterialDesignHistory[]; extern const char kEnableMaterialDesignPolicyPage[]; |
