| 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.
|
|
|