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

Unified Diff: content/public/renderer/render_view.h

Issue 10544084: Fix crash when displaying system print dialog on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 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/print_web_view_helper.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index decfc809580247c29bd0c1aad78153ccee248b6d..b3e97446e2285dc30e8ee33a6df52ab689de76c7 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -64,9 +64,6 @@ class CONTENT_EXPORT RenderView : public IPC::Message::Sender {
// Returns the size of the view.
virtual gfx::Size GetSize() const = 0;
- // Returns the window we are embedded within.
- virtual gfx::NativeViewId GetHostWindow() const = 0;
-
// Gets WebKit related preferences associated with this view.
virtual webkit_glue::WebPreferences& GetWebkitPreferences() = 0;
« no previous file with comments | « chrome/renderer/print_web_view_helper.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698