| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index c4f5eb2e2585823227dce668f2b3872a79f203b4..c81aff890d81623350cb631d2f14be05dbb24f29 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -103,9 +103,11 @@ typedef base::Callback<void(const ShortcutInfo&,
|
| // Called by UpdateShortcutInfoAndIconForApp after loading the icon.
|
| typedef base::Callback<void(const ShortcutInfo&)> ShortcutInfoCallback;
|
|
|
| +#if defined(TOOLKIT_VIEWS)
|
| // Extracts shortcut info of the given WebContents.
|
| void GetShortcutInfoForTab(content::WebContents* web_contents,
|
| ShortcutInfo* info);
|
| +#endif
|
|
|
| // Updates web app shortcut of the WebContents. This function checks and
|
| // updates web app icon and shortcuts if needed. For icon, the check is based
|
|
|