Index: chrome/common/extensions/extension.cc |
=================================================================== |
--- chrome/common/extensions/extension.cc (revision 190361) |
+++ chrome/common/extensions/extension.cc (working copy) |
@@ -77,10 +77,6 @@ |
const int kModernManifestVersion = 2; |
const int kPEMOutputColumns = 65; |
-// The maximum number of commands (including page action/browser actions) an |
-// extension can have. |
-const size_t kMaxCommandsPerExtension = 4; |
- |
// KEY MARKERS |
const char kKeyBeginHeaderMarker[] = "-----BEGIN"; |
const char kKeyBeginFooterMarker[] = "-----END"; |