| 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 ff6b664a6d710a1888622c6910a6ca9706c0141c..0b201acb000192a3c8fe6d929ac38ecdd42c31b9 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -135,7 +135,8 @@ void GetShortcutInfoForApp(const extensions::Extension* extension,
|
| const ShortcutInfoCallback& callback);
|
|
|
| // Whether to create a shortcut for this type of extension.
|
| -bool ShouldCreateShortcutFor(Profile* profile,
|
| +bool ShouldCreateShortcutFor(web_app::ShortcutCreationReason reason,
|
| + Profile* profile,
|
| const extensions::Extension* extension);
|
|
|
| // Gets the user data directory for given web app. The path for the directory is
|
|
|