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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 854943002: Remove RenderViewObserver::Resized (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index 9dc5fb42fb23e27409fafc379be01f5c4c730976..6f49e9133e3137ebe0b0d4e2d21a5c5a21974d8d 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -254,6 +254,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
virtual void WasShown() {}
virtual void WasHidden() {}
+ // Invoked when the main frame changes size.
Avi (use Gerrit) 2015/01/16 20:01:45 "This method is invoked..." to match the other com
Evan Stade 2015/01/16 20:29:14 or "This methods is invoked" to match the one belo
+ virtual void MainFrameWasResized() {}
+
// This methods is invoked when the title of the WebContents is set. If the
// title was explicitly set, |explicit_set| is true, otherwise the title was
// synthesized and |explicit_set| is false.

Powered by Google App Engine
This is Rietveld 408576698