Chromium Code Reviews| Index: chrome/browser/web_applications/web_app.h |
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h |
| index 16175fc0f43a8460798b961be16526661a2bee2c..1ae11a320343ed8e3f02faf33df674d64d06d0b1 100644 |
| --- a/chrome/browser/web_applications/web_app.h |
| +++ b/chrome/browser/web_applications/web_app.h |
| @@ -67,13 +67,19 @@ std::string GetWMClassFromAppName(std::string app_name); |
| namespace internals { |
| #if defined(OS_WIN) |
| -FilePath GetSanitizedFileName(const string16& name); |
| - |
| bool CheckAndSaveIcon(const FilePath& icon_file, const SkBitmap& image); |
| #endif |
| FilePath GetWebAppDataDirectory(const FilePath& root_dir, |
| const ShellIntegration::ShortcutInfo& info); |
| + |
| +void CreateShortcutTask(const FilePath& web_app_path, |
|
Robert Sesek
2012/02/08 00:59:38
Comment.
sail
2012/02/08 01:47:20
Done.
|
| + const FilePath& profile_path, |
| + const ShellIntegration::ShortcutInfo& shortcut_info); |
| + |
| +// Returns sanitized name that could be used as a file name |
| +FilePath GetSanitizedFileName(const string16& name); |
| + |
| } // namespace internals |
| } // namespace web_app |