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

Unified Diff: chrome/browser/android/meta_tag_observer.h

Issue 373623002: Convert remaining WebContentsObservers loading callbacks to use RFH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix one more compile error Created 6 years, 5 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 | « no previous file | chrome/browser/android/meta_tag_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/meta_tag_observer.h
diff --git a/chrome/browser/android/meta_tag_observer.h b/chrome/browser/android/meta_tag_observer.h
index 419fa5723f2bb41b95f9478d70a74bbb70a3e76c..0c0ccb05fd7a0ca36505a903c573e16084674578 100644
--- a/chrome/browser/android/meta_tag_observer.h
+++ b/chrome/browser/android/meta_tag_observer.h
@@ -18,11 +18,8 @@ class MetaTagObserver : public content::WebContentsObserver {
virtual ~MetaTagObserver();
// content::WebContentsObserver overrides:
- virtual void DidFinishLoad(
- int64 frame_id,
- const GURL& validated_url,
- bool is_main_frame,
- content::RenderViewHost* render_view_host) OVERRIDE;
+ virtual void DidFinishLoad(content::RenderFrameHost* render_frame_host,
+ const GURL& validated_url) OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/android/meta_tag_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698