Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index e9c67c56e55ad43a1193d1ddf06647ae5e8f402a..e443818aa626ff7cdabbe5931fe8af0814d49867 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -302,6 +302,8 @@ const char kDisableDefaultApps[] = "disable-default-apps"; |
| // Disables retrieval of PAC URLs from DHCP as per the WPAD standard. |
| const char kDisableDhcpWpad[] = "disable-dhcp-wpad"; |
| +const char kDisableDownloadShelf[] = "disable-download-shelf"; |
|
asanka
2013/07/24 20:09:57
Nit: It seems the convention here is to line up th
|
| + |
| // Disable extensions. |
| const char kDisableExtensions[] = "disable-extensions"; |