Index: chrome/browser/extensions/extension.h |
=================================================================== |
--- chrome/browser/extensions/extension.h (revision 10469) |
+++ chrome/browser/extensions/extension.h (working copy) |
@@ -64,6 +64,9 @@ |
static const char* kInvalidZipHashError; |
static const char* kInvalidPluginsDirError; |
+ // The number of bytes in a legal id. |
+ static const int kIdSize; |
+ |
// Creates an absolute url to a resource inside an extension. The |
// |extension_url| argument should be the url() from an Extension object. The |
// |relative_path| can be untrusted user input. The returned URL will either |