| Index: chrome/browser/chromeos/file_manager/open_with_browser.h
|
| diff --git a/chrome/browser/chromeos/file_manager/open_with_browser.h b/chrome/browser/chromeos/file_manager/open_with_browser.h
|
| index acb678a86a4821b4372de54c964e9ad9e877ec17..5137f8d31ddce158207db3fe4b83cb44628f74ac 100644
|
| --- a/chrome/browser/chromeos/file_manager/open_with_browser.h
|
| +++ b/chrome/browser/chromeos/file_manager/open_with_browser.h
|
| @@ -11,6 +11,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace storage {
|
| +class FileSystemURL;
|
| +}
|
| +
|
| namespace file_manager {
|
| namespace util {
|
|
|
| @@ -24,7 +28,8 @@ namespace util {
|
| // needed.
|
| //
|
| // Returns false if failed to open. This happens if the file type is unknown.
|
| -bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path);
|
| +bool OpenFileWithBrowser(Profile* profile,
|
| + const storage::FileSystemURL& file_system_url);
|
|
|
| // Checks whether a pepper plugin for |file_extension| is enabled.
|
| bool ShouldBeOpenedWithPlugin(
|
|
|