Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index 71e7af085322800094d8409f064703de61b091c0..04acf159d5fcf0346e3060f3a1e20b4683f5d54f 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -251,6 +251,9 @@ namespace extension_misc { |
extern const char kAppStateCannotRun[]; |
extern const char kAppStateReadyToRun[]; |
+ // The path part of the file system url used for media file systems. |
+ extern const char kMediaFileSystemPathPart[]; |
+ |
// Error indicating that the app notifications API is not accessible by split |
// mode extensions in incognito windows. |
extern const char kAppNotificationsIncognitoError[]; |