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

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

Issue 15724019: Recreate shortcuts on app update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 6 months 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_mac.h
diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h
index 676b20872badfb171ce62fa197b24a3fd63d1a50..d7e02aca29712742b8dc2a6af3d49e923953c356 100644
--- a/chrome/browser/web_applications/web_app_mac.h
+++ b/chrome/browser/web_applications/web_app_mac.h
@@ -49,6 +49,9 @@ class WebAppShortcutCreator {
// information.
bool CreateShortcut();
+ // Show the bundle we just generated in the Finder.
+ void RevealAppShimInFinder() const;
+
protected:
// Returns a path to the app loader.
base::FilePath GetAppLoaderPath() const;
@@ -79,9 +82,6 @@ class WebAppShortcutCreator {
// be used for creating the app bundle.
NSString* GetBundleIdentifier(NSDictionary* plist) const;
- // Show the bundle we just generated in the Finder.
- virtual void RevealGeneratedBundleInFinder(
- const base::FilePath& generated_bundle) const;
// Information about the app.
ShellIntegration::ShortcutInfo info_;
« no previous file with comments | « no previous file | chrome/browser/web_applications/web_app_mac.mm » ('j') | chrome/browser/web_applications/web_app_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698