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

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

Issue 323663002: Revert of Call RenderViewImpl::SetScreenOrientationForTesting to make sure that events are not sent when orie… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | content/public/renderer/render_view_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 0e20ba55a1ffc7e2ac19f5acd41d759372486b12..3ef3057d4257fea03d9704ef03338fdfb1dff065 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -121,12 +121,6 @@
explicit RenderViewObserver(RenderView* render_view);
virtual ~RenderViewObserver();
- // Sets |render_view_| to track.
- // Removes itself of previous (if any) |render_view_| observer list and adds
- // to the new |render_view|. Since it assumes that observer outlives
- // render_view, OnDestruct should be overridden.
- void Observe(RenderView* render_view);
-
private:
friend class RenderViewImpl;
« no previous file with comments | « no previous file | content/public/renderer/render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698