| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index efb54cc251d471f2688e9420dcbd26118fc5b546..b61ff4a6cf31f346b5ddf35bc86c43438488476a 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -107,6 +107,7 @@ void AppShortcutManager::OnExtensionWillBeInstalled(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| bool is_update,
|
| + bool from_ephemeral,
|
| const std::string& old_name) {
|
| // If the app is being updated, update any existing shortcuts but do not
|
| // create new ones. If it is being installed, automatically create a
|
|
|