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

Unified Diff: chrome/browser/chromeos/file_system_provider/service.h

Issue 375793003: [fsp] Rename file_system_name to display_name for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 5 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: chrome/browser/chromeos/file_system_provider/service.h
diff --git a/chrome/browser/chromeos/file_system_provider/service.h b/chrome/browser/chromeos/file_system_provider/service.h
index a48fd2d7a1c1d086e0a661a53ae596e499088592..fd82863683fdf3e72366a3f4320e0933064acd9e 100644
--- a/chrome/browser/chromeos/file_system_provider/service.h
+++ b/chrome/browser/chromeos/file_system_provider/service.h
@@ -38,7 +38,7 @@ namespace file_system_provider {
// Key names for preferences.
extern const char kPrefKeyFileSystemId[];
-extern const char kPrefKeyFileSystemName[];
+extern const char kPrefKeyDisplayName[];
class ProvidedFileSystemFactoryInterface;
class ProvidedFileSystemInfo;
@@ -70,7 +70,7 @@ class Service : public KeyedService,
// For success, returns true, otherwise false.
bool MountFileSystem(const std::string& extension_id,
const std::string& file_system_id,
- const std::string& file_system_name);
+ const std::string& display_name);
// Unmounts a file system with the specified |file_system_id| for the
// |extension_id|. For success returns true, otherwise false.

Powered by Google App Engine
This is Rietveld 408576698