| Index: chrome/common/extensions/manifest.cc
|
| ===================================================================
|
| --- chrome/common/extensions/manifest.cc (revision 116830)
|
| +++ chrome/common/extensions/manifest.cc (working copy)
|
| @@ -71,7 +71,6 @@
|
| map[keys::kContentScripts] = ext_and_packaged;
|
| map[keys::kOmnibox] = ext_and_packaged;
|
| map[keys::kDevToolsPage] = ext_and_packaged;
|
| - map[keys::kSidebar] = ext_and_packaged;
|
| map[keys::kHomepageURL] = ext_and_packaged;
|
| map[keys::kChromeURLOverrides] = ext_and_packaged;
|
| map[keys::kInputComponents] = ext_and_packaged;
|
|
|