summaryrefslogtreecommitdiffstats
path: root/testing/android
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 17:22:13 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 17:22:13 +0000
commite2581f0ac8ebe029e1ae2ae8d7fe4524fad8cf6b (patch)
tree4074efb2c52060c5aaed346a1fa7c2081a08f16c /testing/android
parentc32e223bbdd6903be2fe8338599e8105bc5b018a (diff)
downloadchromium_src-e2581f0ac8ebe029e1ae2ae8d7fe4524fad8cf6b.zip
chromium_src-e2581f0ac8ebe029e1ae2ae8d7fe4524fad8cf6b.tar.gz
chromium_src-e2581f0ac8ebe029e1ae2ae8d7fe4524fad8cf6b.tar.bz2
Android: removes obsolete comment.
Following crrev.com/144038, RunTests is executed in the main thread, so the comment is obsolete. BUG= Review URL: https://chromiumcodereview.appspot.com/22890005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android')
-rw-r--r--testing/android/native_test_launcher.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
index e39eb2b..300efc9 100644
--- a/testing/android/native_test_launcher.cc
+++ b/testing/android/native_test_launcher.cc
@@ -115,8 +115,6 @@ void EnsureRedirectStream(FILE* stream,
} // namespace
-// This method is called on a separate java thread so that we won't trigger
-// an ANR.
static void RunTests(JNIEnv* env,
jobject obj,
jstring jfiles_dir,