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

Unified Diff: trunk/src/content/test/layout_browsertest.cc

Issue 16326004: Revert 204014 "Don't track whether a resize ack is pending durin..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/content/renderer/render_widget.cc ('k') | trunk/src/content/test/layouttest_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/test/layout_browsertest.cc
===================================================================
--- trunk/src/content/test/layout_browsertest.cc (revision 204037)
+++ trunk/src/content/test/layout_browsertest.cc (working copy)
@@ -19,7 +19,6 @@
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/common/content_paths.h"
#include "content/public/test/browser_test_utils.h"
-#include "content/public/test/layouttest_support.h"
#include "content/shell/common/shell_switches.h"
#include "content/shell/shell.h"
#include "content/shell/webkit_test_controller.h"
@@ -79,8 +78,6 @@
}
void InProcessBrowserLayoutTest::SetUpInProcessBrowserTestFixture() {
- EnableBrowserLayoutTestMode();
-
base::FilePath src_dir;
ASSERT_TRUE(PathService::Get(DIR_LAYOUT_TESTS, &src_dir));
base::FilePath absolute_parent_dir = src_dir.Append(test_parent_dir_);
« no previous file with comments | « trunk/src/content/renderer/render_widget.cc ('k') | trunk/src/content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698