| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index 4cca0127d1d5806bba2f891bc2d0f060e0db904d..e30c0ab7c86dcd66d6f779acdada4f6be443e0ce 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -40,6 +40,7 @@ struct ShortcutInfo {
|
| // Updates the source of the shortcut.
|
| void UpdateSource(const Source source);
|
|
|
| + GURL manifest_url;
|
| GURL url;
|
| base::string16 user_title;
|
| base::string16 name;
|
|
|