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

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

Issue 1224273003: webapps: propogate name and shortName from manifest to Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test compile on Android Created 5 years, 5 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 3b0d01fa61fbcbc80cc98fcbb0c52424db394f51..57bd2f93a86afaf91b72f51b4902d20a496a84e0 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -32,7 +32,9 @@ struct ShortcutInfo {
void UpdateSource(const Source source);
GURL url;
- base::string16 title;
+ base::string16 user_title;
+ base::string16 name;
+ base::string16 short_name;
content::Manifest::DisplayMode display;
blink::WebScreenOrientationLockType orientation;
Source source;

Powered by Google App Engine
This is Rietveld 408576698