Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: chrome/browser/android/shortcut_info.h

Issue 2790873002: Add external intents for WebAPKs to Launch.HomescreenSource. (Closed)
Patch Set: D'oh Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698