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

Unified Diff: chrome/renderer/web_apps.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. 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
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698