| Index: chrome/browser/chromeos/extensions/file_handler_util.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_handler_util.h b/chrome/browser/chromeos/extensions/file_handler_util.h
|
| index 6fb8d25fc8106fc8a97b440cd532a8618b8e7c01..5bb739ddb7b22169bda2cb76f4aeee052af93f41 100644
|
| --- a/chrome/browser/chromeos/extensions/file_handler_util.h
|
| +++ b/chrome/browser/chromeos/extensions/file_handler_util.h
|
| @@ -26,7 +26,8 @@ int GetReadWritePermissions();
|
| // Gets read-only file access permission flags.
|
| int GetReadOnlyPermissions();
|
|
|
| -// Generates file task id for the file action specified by the extension.
|
| +// Generates task id for the file action or Web Intent specified by the
|
| +// extension. This is a Web Intent if |action_id| is prefixed with "http".
|
| std::string MakeTaskID(const std::string& extension_id,
|
| const std::string& action_id);
|
|
|
|
|