| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index fe6f7136bad878aa9a08a4698041cbdbf59a9d02..99b41a1efb2599dc05cbc94474849c3f4cc20c2b 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -24,12 +24,15 @@ struct ShortcutInfo {
|
| // GENERATED_JAVA_CLASS_NAME_OVERRIDE: ShortcutSource
|
| enum Source {
|
| SOURCE_UNKNOWN = 0,
|
| - SOURCE_ADD_TO_HOMESCREEN = 1,
|
| + SOURCE_ADD_TO_HOMESCREEN_DEPRECATED = 1,
|
| SOURCE_APP_BANNER = 2,
|
| 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);
|
|
|