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

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

Issue 2671853002: Rename best icon to best primary icon in Web app related code. (Closed)
Patch Set: Addressing comments Created 3 years, 10 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 fe6f7136bad878aa9a08a4698041cbdbf59a9d02..c7b2e29b9a29d34d7ce6bdd7a4c1830b02a977ae 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -53,7 +53,7 @@ struct ShortcutInfo {
Source source;
int64_t theme_color;
int64_t background_color;
- GURL best_icon_url;
+ GURL best_primary_icon_url;
std::vector<std::string> icon_urls;
};

Powered by Google App Engine
This is Rietveld 408576698