diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 06:03:44 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 06:03:44 +0000 |
commit | 38789d8b022117628f26ddf3d4abe9c47c98d574 (patch) | |
tree | bfd1d1446a3e8c7409d687597db0db3831c19e5e /chrome/browser/gears_integration.h | |
parent | d978840b3799a139f284c413ffe79b03944afa5e (diff) | |
download | chromium_src-38789d8b022117628f26ddf3d4abe9c47c98d574.zip chromium_src-38789d8b022117628f26ddf3d4abe9c47c98d574.tar.gz chromium_src-38789d8b022117628f26ddf3d4abe9c47c98d574.tar.bz2 |
Revert "Revert "Implement web app definition parsing.""
This reverts commit 8d410ce0aae7acbbcd816425ba49e79d8d7b9a1d.
TBR=aa@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66398 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gears_integration.h')
-rw-r--r-- | chrome/browser/gears_integration.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/chrome/browser/gears_integration.h b/chrome/browser/gears_integration.h index 4723c9b..6461377 100644 --- a/chrome/browser/gears_integration.h +++ b/chrome/browser/gears_integration.h @@ -18,9 +18,7 @@ class CPCommandInterface; class GURL; class SkBitmap; -namespace webkit_glue { struct WebApplicationInfo; -} // We use this in place of GearsShortcutData so we can keep browser-specific // data on the structure. @@ -40,12 +38,11 @@ void GearsSettingsPressed(gfx::NativeWindow parent_wnd); typedef Callback2<const GearsShortcutData2&, bool>::Type GearsCreateShortcutCallback; -void GearsCreateShortcut( - const webkit_glue::WebApplicationInfo& app_info, - const string16& fallback_name, - const GURL& fallback_url, - const SkBitmap& fallback_icon, - GearsCreateShortcutCallback* callback); +void GearsCreateShortcut(const WebApplicationInfo& app_info, + const string16& fallback_name, + const GURL& fallback_url, + const SkBitmap& fallback_icon, + GearsCreateShortcutCallback* callback); // Call into Gears to query the list of shortcuts. Results will be returned // asynchronously via the callback. The callback's arguments will be NULL |