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

Unified Diff: chrome/browser/renderer_host/render_view_host.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
Index: chrome/browser/renderer_host/render_view_host.h
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
index 97d1f5b05a82270c52914ca5bbfb769e73b26a61..9c3b96a7a2a1616c1d88e933f6b5206e2208a4c4 100644
--- a/chrome/browser/renderer_host/render_view_host.h
+++ b/chrome/browser/renderer_host/render_view_host.h
@@ -44,6 +44,7 @@ struct ViewHostMsg_PageHasOSDD_Type;
struct ViewHostMsg_RunFileChooser_Params;
struct ViewHostMsg_ShowNotification_Params;
struct ViewMsg_Navigate_Params;
+struct WebApplicationInfo;
struct WebDropData;
struct WebPreferences;
struct UserMetricsAction;
@@ -58,7 +59,6 @@ class FormField;
struct PasswordForm;
struct PasswordFormFillData;
struct WebAccessibility;
-struct WebApplicationInfo;
} // namespace webkit_glue
namespace WebKit {
@@ -668,8 +668,7 @@ class RenderViewHost : public RenderWidgetHost {
const std::string& data,
int32 status);
- void OnDidGetApplicationInfo(int32 page_id,
- const webkit_glue::WebApplicationInfo& info);
+ void OnDidGetApplicationInfo(int32 page_id, const WebApplicationInfo& info);
void OnMsgShouldCloseACK(bool proceed);
void OnQueryFormFieldAutoFill(int request_id,
bool form_autofilled,

Powered by Google App Engine
This is Rietveld 408576698