diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 23:32:51 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 23:32:51 +0000 |
commit | 4e5c1084d36e100572b2bcee0c10caf35e0f2367 (patch) | |
tree | 2b1b80512adcbbf1c7552cf4c25d8905cbd13326 /chrome/browser/tab_contents/web_contents.h | |
parent | 0cbd2d367068d9b5cc00cf39238f0277cef5ba15 (diff) | |
download | chromium_src-4e5c1084d36e100572b2bcee0c10caf35e0f2367.zip chromium_src-4e5c1084d36e100572b2bcee0c10caf35e0f2367.tar.gz chromium_src-4e5c1084d36e100572b2bcee0c10caf35e0f2367.tar.bz2 |
Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut callback to use GearsShortCutData2.
Review URL: http://codereview.chromium.org/20412
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/web_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/web_contents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h index 275f6f3..e93cc0b 100644 --- a/chrome/browser/tab_contents/web_contents.h +++ b/chrome/browser/tab_contents/web_contents.h @@ -16,6 +16,7 @@ #include "chrome/browser/renderer_host/render_view_host_delegate.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/render_view_host_manager.h" +#include "chrome/common/gears_api.h" #include "net/base/load_states.h" #include "webkit/glue/password_form.h" #include "webkit/glue/webpreferences.h" @@ -28,7 +29,6 @@ #include "chrome/browser/printing/print_view_manager.h" #include "chrome/browser/shell_dialogs.h" #include "chrome/browser/tab_contents/tab_contents.h" -#include "chrome/common/gears_api.h" #endif class AutofillForm; @@ -461,7 +461,7 @@ class WebContents : public TabContents, // Called when the user dismisses the shortcut creation dialog. 'success' is // true if the shortcut was created. - void OnGearsCreateShortcutDone(const GearsShortcutData& shortcut_data, + void OnGearsCreateShortcutDone(const GearsShortcutData2& shortcut_data, bool success); // If our controller was restored and the page id is > than the site |