| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index 93657b4461abcf2ba526fdf8ddc49fddab6f701d..fa22e4acfaddacdbbe9416bf8ae67c4e05c4f693 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -32,7 +32,8 @@ struct ShortcutInfo {
|
| SOURCE_ADD_TO_HOMESCREEN_PWA = 6,
|
| SOURCE_ADD_TO_HOMESCREEN_STANDALONE = 7,
|
| SOURCE_ADD_TO_HOMESCREEN_SHORTCUT = 8,
|
| - SOURCE_COUNT = 9
|
| + SOURCE_EXTERNAL_INTENT = 9,
|
| + SOURCE_COUNT = 10
|
| };
|
|
|
| explicit ShortcutInfo(const GURL& shortcut_url);
|
|
|