| Index: chrome/common/extensions/manifest.cc
|
| ===================================================================
|
| --- chrome/common/extensions/manifest.cc (revision 123221)
|
| +++ chrome/common/extensions/manifest.cc (working copy)
|
| @@ -28,6 +28,7 @@
|
| map[keys::kVersion] = Manifest::kTypeAll;
|
| map[keys::kManifestVersion] = Manifest::kTypeAll;
|
| map[keys::kDescription] = Manifest::kTypeAll;
|
| + map[keys::kCommands] = Manifest::kTypeAll;
|
| map[keys::kIcons] = Manifest::kTypeAll;
|
| map[keys::kCurrentLocale] = Manifest::kTypeAll;
|
| map[keys::kDefaultLocale] = Manifest::kTypeAll;
|
|
|