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

Unified Diff: chrome/renderer/web_apps.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 months 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/renderer/web_apps.h
diff --git a/chrome/renderer/web_apps.h b/chrome/renderer/web_apps.h
index 80a1180a42bb17ee0d14b4df3e803d202cd35fef..0437286b60b6915d1a5c067b2a1c536cc8e8f051 100644
--- a/chrome/renderer/web_apps.h
+++ b/chrome/renderer/web_apps.h
@@ -12,7 +12,7 @@
#include "ui/gfx/geometry/size.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
struct WebApplicationInfo;
@@ -30,7 +30,7 @@ bool ParseIconSizes(const base::string16& text, std::vector<gfx::Size>* sizes,
// Parses |app_info| information out of the document in WebFrame. Note that the
// document may contain no web application information, in which case |app_info|
// is unchanged.
-void ParseWebAppFromWebDocument(blink::WebFrame* frame,
+void ParseWebAppFromWebDocument(blink::WebLocalFrame* frame,
WebApplicationInfo* app_info);
} // namespace web_apps

Powered by Google App Engine
This is Rietveld 408576698