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

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

Issue 1420743002: Web app: set a flag on the Intent if the icon was generated by Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splashscreen-even-more-tests
Patch Set: locally tested Created 5 years, 2 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 d5db06b83ed29544cbe13277379a40c6fb7b1e13..4d95f4622780faa9714c61c5d672545179be4ec0 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -45,6 +45,7 @@ struct ShortcutInfo {
Source source;
int64_t theme_color;
int64_t background_color;
+ bool generated_icon;
mlamouri (slow - plz ping) 2015/10/22 14:37:07 I've renamed this to is_generated_icon.
};
#endif // CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_

Powered by Google App Engine
This is Rietveld 408576698