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

Unified Diff: content/shell/common/shell_test_configuration.cc

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Removed a redundant line Created 3 years, 10 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
Index: content/shell/common/shell_test_configuration.cc
diff --git a/content/shell/common/shell_test_configuration.cc b/content/shell/common/shell_test_configuration.cc
deleted file mode 100644
index 979adb63e90a1e1d871825ed860e14169ad34348..0000000000000000000000000000000000000000
--- a/content/shell/common/shell_test_configuration.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/shell/common/shell_test_configuration.h"
-
-namespace content {
-
-ShellTestConfiguration::ShellTestConfiguration()
- : enable_pixel_dumping(true),
- allow_external_pages(false) {}
-
-ShellTestConfiguration::~ShellTestConfiguration() {}
-
-} // namespace content
« no previous file with comments | « content/shell/common/shell_test_configuration.h ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698