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

Unified Diff: content/renderer/render_view_impl.h

Issue 2611573004: Remove dead ViewMsg_{Zoom, DidZoomUrl} (Closed)
Patch Set: Created 3 years, 12 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 | « content/public/browser/render_view_host.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index e1e606afabfd406e4c5b37285ba8602d28212481..bc031e8e787b5b48583064f4fe48dbb18173ec7c 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -199,8 +199,7 @@ class CONTENT_EXPORT RenderViewImpl
void FrameDidStartLoading(blink::WebFrame* frame);
void FrameDidStopLoading(blink::WebFrame* frame);
- // Sets the zoom level and notifies observers. Doesn't call zoomLevelChanged,
- // as that is only for changes that aren't initiated by the client.
+ // Sets the zoom level and notifies observers.
void SetZoomLevel(double zoom_level);
double page_zoom_level() {
@@ -343,7 +342,6 @@ class CONTENT_EXPORT RenderViewImpl
int historyForwardListCount() override;
blink::WebSpeechRecognizer* speechRecognizer() override;
void zoomLimitsChanged(double minimum_level, double maximum_level) override;
- virtual void zoomLevelChanged();
void pageScaleFactorChanged() override;
virtual double zoomLevelToZoomFactor(double zoom_level) const;
virtual double zoomFactorToZoomLevel(double factor) const;
@@ -565,7 +563,6 @@ class CONTENT_EXPORT RenderViewImpl
void OnUpdateTargetURLAck();
void OnUpdateWebPreferences(const WebPreferences& prefs);
void OnSetPageScale(float page_scale_factor);
- void OnZoom(PageZoom zoom);
void OnForceRedraw(const ui::LatencyInfo& latency_info);
void OnSelectWordAroundCaret();
void OnAudioStateChanged(bool is_audio_playing);
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698