diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:34:36 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:34:36 +0000 |
commit | d978840b3799a139f284c413ffe79b03944afa5e (patch) | |
tree | 852096116256af73dcb5fb79c5c8406d3694d6ac /chrome/browser/gears_integration.h | |
parent | 61bb694d38cc0d944c5cdd07ed44f6c72868e05e (diff) | |
download | chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.zip chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.tar.gz chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.tar.bz2 |
Revert "Implement web app definition parsing."
This reverts commit 24e3962db61243eea4976bead441c6206cd4f21e.
TBR=aa@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66394 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, 8 insertions, 5 deletions
diff --git a/chrome/browser/gears_integration.h b/chrome/browser/gears_integration.h index 6461377..4723c9b 100644 --- a/chrome/browser/gears_integration.h +++ b/chrome/browser/gears_integration.h @@ -18,7 +18,9 @@ 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. @@ -38,11 +40,12 @@ void GearsSettingsPressed(gfx::NativeWindow parent_wnd); typedef Callback2<const GearsShortcutData2&, bool>::Type GearsCreateShortcutCallback; -void GearsCreateShortcut(const WebApplicationInfo& app_info, - const string16& fallback_name, - const GURL& fallback_url, - const SkBitmap& fallback_icon, - GearsCreateShortcutCallback* callback); +void GearsCreateShortcut( + const webkit_glue::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 |