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

Unified Diff: chrome/browser/ui/views/hung_renderer_view.h

Issue 525793002: Make WebContentsObserver::web_contents() public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 6 years, 3 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/browser/ui/views/hung_renderer_view.h
diff --git a/chrome/browser/ui/views/hung_renderer_view.h b/chrome/browser/ui/views/hung_renderer_view.h
index 2f661af913d70f94b9533939f16be6f9e10a9182..bd82380b6c7a4585083ef39a2ed06310cd54f605 100644
--- a/chrome/browser/ui/views/hung_renderer_view.h
+++ b/chrome/browser/ui/views/hung_renderer_view.h
@@ -65,10 +65,6 @@ class HungPagesTableModel : public ui::TableModel, public views::TableGrouper {
WebContentsObserverImpl(HungPagesTableModel* model,
content::WebContents* tab);
- content::WebContents* web_contents() const {
- return content::WebContentsObserver::web_contents();
- }
-
FaviconTabHelper* favicon_tab_helper() {
return FaviconTabHelper::FromWebContents(web_contents());
}
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_model.cc ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698