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

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

Issue 2123833002: Remove duplicated function in RenderView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove more 'ForTest' suffixes. Created 4 years, 5 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 | « components/test_runner/web_test_delegate.h ('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 8fca07e1e5d02ea309ab163306264439c42fde51..00a3074dc20cd164f7ff1ff71cce656490793cf8 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -144,9 +144,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
virtual gfx::RectF ElementBoundsInWindow(const blink::WebElement& element)
= 0;
- // Returns the device scale factor for unit tests.
- virtual float GetDeviceScaleFactorForTest() const = 0;
-
virtual bool HasAddedInputHandler() const = 0;
protected:
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698