Index: chrome/common/extensions/extension.h |
=================================================================== |
--- chrome/common/extensions/extension.h (revision 30450) |
+++ chrome/common/extensions/extension.h (working copy) |
@@ -77,6 +77,9 @@ |
static const char* kPermissionNames[]; |
static const size_t kNumPermissions; |
+ // Experimental extension APIs are guarded by the following flag. |
+ static const char* kExperimentalName; |
+ |
struct PrivacyBlacklistInfo { |
FilePath path; // Path to the plain-text blacklist. |
}; |