| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7b7bbbc309ec45214d68e34e307e154531b7b06d..a50712492068ba27ead3712fd825603700b8ff40 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -464,8 +464,9 @@ const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
|
| const char kEnableOfflineAutoReloadVisibleOnly[] =
|
| "enable-offline-auto-reload-visible-only";
|
|
|
| -// Enables panels (always on-top docked pop-up windows).
|
| +// Enables or disables panels (always on-top docked pop-up windows).
|
| const char kEnablePanels[] = "enable-panels";
|
| +const char kDisablePanels[] = "disable-panels";
|
|
|
| // Enables the Permissions Blacklist, which blocks access to permissions
|
| // for blacklisted sites.
|
|
|