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

Unified Diff: branches/chromium/1537/Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp

Issue 18859005: Revert 153686 "Merge 153364 "Call didProgrammaticallyScroll only..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 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 | « no previous file | branches/chromium/1537/Source/core/page/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: branches/chromium/1537/Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp
===================================================================
--- branches/chromium/1537/Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp (revision 153687)
+++ branches/chromium/1537/Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp (working copy)
@@ -2,7 +2,6 @@
#include <gtest/gtest.h>
#include "FrameTestHelpers.h"
-#include "RuntimeEnabledFeatures.h"
#include "URLTestHelpers.h"
#include "WebFrame.h"
#include "WebFrameClient.h"
@@ -34,11 +33,6 @@
{
}
- virtual void SetUp()
- {
- RuntimeEnabledFeatures::setProgrammaticScrollNotificationsEnabled(true);
- }
-
virtual void TearDown()
{
Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
« no previous file with comments | « no previous file | branches/chromium/1537/Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698