| 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;
|
|
|