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

Unified Diff: webkit/support/webkit_support.cc

Issue 10538065: Remove duplicate call to InitAndroidTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: webkit/support/webkit_support.cc
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
index ff3fd4025bc3e2afd2b9ef2d904fb2c0b2720094..862e3188447810d6c31b932e5c603d0f55814710 100644
--- a/webkit/support/webkit_support.cc
+++ b/webkit/support/webkit_support.cc
@@ -110,7 +110,7 @@ void InitLogging() {
#if defined(OS_ANDROID)
// On Android we expect the log to appear in logcat.
- InitAndroidTestLogging();
+ base::InitAndroidTestLogging();
#else
FilePath log_filename;
PathService::Get(base::DIR_EXE, &log_filename);
« webkit/support/platform_support_android.cc ('K') | « webkit/support/platform_support_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698