| 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 061ba87d2aea9f0fbf48aa7b3517bb6a73274603..a9db29524d5be66d6b2fced197453ee22c7414ff 100644
|
| --- a/chrome/browser/web_applications/web_app_mac.h
|
| +++ b/chrome/browser/web_applications/web_app_mac.h
|
| @@ -49,6 +49,10 @@ 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 FilePath& generated_bundle) const;
|
| +
|
| // Information about the app.
|
| ShellIntegration::ShortcutInfo info_;
|
|
|
|
|