diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-16 17:22:13 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-16 17:22:13 +0000 |
commit | e2581f0ac8ebe029e1ae2ae8d7fe4524fad8cf6b (patch) | |
tree | 4074efb2c52060c5aaed346a1fa7c2081a08f16c /testing | |
parent | c32e223bbdd6903be2fe8338599e8105bc5b018a (diff) | |
download | chromium_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')
-rw-r--r-- | testing/android/native_test_launcher.cc | 2 |
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, |