| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index af89f0827a2eaee210ffcf257559bf1ab9e7c24f..4b8ef565dacfd0ae9261fd7abf1f2fe4d7e264f6 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -29,7 +29,10 @@ struct ShortcutInfo {
|
| SOURCE_BOOKMARK_NAVIGATOR_WIDGET = 3,
|
| SOURCE_BOOKMARK_SHORTCUT_WIDGET = 4,
|
| SOURCE_NOTIFICATION = 5,
|
| - SOURCE_COUNT = 6
|
| + SOURCE_ADD_TO_HOMESCREEN_PWA = 6,
|
| + SOURCE_ADD_TO_HOMESCREEN_STANDALONE = 7,
|
| + SOURCE_ADD_TO_HOMESCREEN_SHORTCUT = 8,
|
| + SOURCE_COUNT = 9
|
| };
|
|
|
| explicit ShortcutInfo(const GURL& shortcut_url);
|
|
|