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

Unified Diff: content/shell/browser/layout_test/layout_test_android.cc

Issue 661743002: Content Shell: Move shell_layout_tests_android into layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 6 years, 2 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/browser/layout_test/layout_test_android.cc
diff --git a/content/shell/browser/shell_layout_tests_android.cc b/content/shell/browser/layout_test/layout_test_android.cc
similarity index 95%
rename from content/shell/browser/shell_layout_tests_android.cc
rename to content/shell/browser/layout_test/layout_test_android.cc
index 5047bb613c70759e57cfd8512844fe09663c214e..c981d84fb3ce3cd609cad00f71f50094cc6a58eb 100644
--- a/content/shell/browser/shell_layout_tests_android.cc
+++ b/content/shell/browser/layout_test/layout_test_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/shell/browser/shell_layout_tests_android.h"
+#include "content/shell/browser/layout_test/layout_test_android.h"
#include "base/android/fifo_utils.h"
#include "base/android/jni_android.h"
@@ -57,8 +57,6 @@ bool GetTestUrlForAndroid(std::string& path_or_url, GURL* url) {
}
void EnsureInitializeForAndroidLayoutTests() {
- CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree));
-
JNIEnv* env = base::android::AttachCurrentThread();
content::NestedMessagePumpAndroid::RegisterJni(env);
content::RegisterNativesImpl(env);
« no previous file with comments | « content/shell/browser/layout_test/layout_test_android.h ('k') | content/shell/browser/layout_test/layout_test_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698