Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2182)

Unified Diff: chrome/browser/web_applications/web_app.h

Issue 777543002: Create hosted app shims on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698