Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Unified Diff: extensions/common/manifest_constants.h

Issue 1137813003: Rename "file_system_provider" to "file_system_provider_capabilities". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated tests. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/common/manifest_constants.h
diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
index af812c393ebca8fcdc08813d67c373f089376f01..a5dc92accefdc309b4ae7ffd25ae5ceb16f3389a 100644
--- a/extensions/common/manifest_constants.h
+++ b/extensions/common/manifest_constants.h
@@ -186,7 +186,7 @@ extern const char kWebviewAccessibleResources[];
extern const char kWebviewPartitions[];
extern const char kWhitelist[];
#if defined(OS_CHROMEOS)
-extern const char kFileSystemProvider[];
+extern const char kFileSystemProviderCapabilities[];
#endif
} // namespace manifest_keys
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698