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 143684806c7e700032ad0a5f237ce49b02568f5b..9ee1e9b4c4759ffa12add75f9ca1a9b430c23695 100644 |
| --- a/chrome/browser/web_applications/web_app.h |
| +++ b/chrome/browser/web_applications/web_app.h |
| @@ -256,6 +256,11 @@ void UpdatePlatformShortcuts( |
| // This is executed on the FILE thread. |
| void DeleteAllShortcutsForProfile(const base::FilePath& profile_path); |
| +// Reveals app shim in finder given a profile and app. |
| +// This is executed on the FILE thread. |
| +void RevealAppShimInFinderForApp(Profile* profile, |
|
jackhou1
2014/12/03 05:12:05
This should go in web_app_mac.h since it's specifi
mitchellj
2014/12/04 04:53:53
Done.
|
| + const base::FilePath& app_data_path); |
| + |
| // Sanitizes |name| and returns a version of it that is safe to use as an |
| // on-disk file name . |
| base::FilePath GetSanitizedFileName(const base::string16& name); |