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

Unified Diff: webkit/support/platform_support_android.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/platform_support_android.cc
diff --git a/webkit/support/platform_support_android.cc b/webkit/support/platform_support_android.cc
index 458cc72231e8161d02010941df546e5c99f23cea..79f2c39ccdf9f94e00a5e2d0173b09023d7681c3 100644
--- a/webkit/support/platform_support_android.cc
+++ b/webkit/support/platform_support_android.cc
@@ -33,7 +33,7 @@ const char kDumpRenderTreeDir[] = "/data/drt";
namespace webkit_support {
void BeforeInitialize(bool unit_test_mode) {
- InitAndroidTestPaths();
+ base::InitAndroidTestPaths();
Xianzhu 2012/06/08 19:35:37 Nit: Extra indent
nilesh 2012/06/08 19:39:12 Done.
// Set XML_CATALOG_FILES environment variable to blank to prevent libxml from
// loading and complaining the non-exsistent /etc/xml/catalog file.

Powered by Google App Engine
This is Rietveld 408576698