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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 10407122: Get rid of the last RenderViewHostDelegate usage in chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/browser/ui/webui/sync_setup_handler.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
===================================================================
--- content/browser/web_contents/web_contents_impl.h (revision 138434)
+++ content/browser/web_contents/web_contents_impl.h (working copy)
@@ -219,9 +219,11 @@
virtual content::RendererPreferences* GetMutableRendererPrefs() OVERRIDE;
virtual void SetNewTabStartTime(const base::TimeTicks& time) OVERRIDE;
virtual base::TimeTicks GetNewTabStartTime() const OVERRIDE;
+ virtual void Close() OVERRIDE;
virtual void OnCloseStarted() OVERRIDE;
virtual bool ShouldAcceptDragAndDrop() const OVERRIDE;
virtual void SystemDragEnded() OVERRIDE;
+ virtual void UserGestureDone() OVERRIDE;
virtual void SetClosedByUserGesture(bool value) OVERRIDE;
virtual bool GetClosedByUserGesture() const OVERRIDE;
virtual double GetZoomLevel() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698