Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: chrome/browser/gears_integration.h

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl64 build Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gears_integration.cc » ('j') | chrome/common/web_app_schema.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gears_integration.h
diff --git a/chrome/browser/gears_integration.h b/chrome/browser/gears_integration.h
index 4723c9bf3b2d81ca5c403e9f617bd5f5f64622ba..64613777102df4b8e35c194f2e7a8d51a6d4b0be 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
« no previous file with comments | « no previous file | chrome/browser/gears_integration.cc » ('j') | chrome/common/web_app_schema.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698