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

Unified Diff: chrome/renderer/print_web_view_helper.cc

Issue 155243: Remove WebWidgetDelegate::GetContainingView since it is not needed.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/renderer/print_web_view_helper.h ('k') | chrome/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/print_web_view_helper.cc
===================================================================
--- chrome/renderer/print_web_view_helper.cc (revision 20187)
+++ chrome/renderer/print_web_view_helper.cc (working copy)
@@ -418,11 +418,6 @@
return info;
}
-gfx::NativeViewId PrintWebViewHelper::GetContainingView(WebWidget* webwidget) {
- NOTREACHED();
- return gfx::NativeViewId();
-}
-
bool PrintWebViewHelper::IsHidden(WebWidget* webwidget) {
NOTREACHED();
return true;
« no previous file with comments | « chrome/renderer/print_web_view_helper.h ('k') | chrome/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698