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

Unified Diff: content/test/run_all_unittests.cc

Issue 1274763003: Initialize GPU shader disk cache on brower thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address content_unittests failure on Android Created 5 years, 4 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
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/run_all_unittests.cc
diff --git a/content/test/run_all_unittests.cc b/content/test/run_all_unittests.cc
index 58e33047b25b9d31f38e89c3e4d33d56bcc36a85..78d2c74e20a8d6213c6521d8748a7461954a1347 100644
--- a/content/test/run_all_unittests.cc
+++ b/content/test/run_all_unittests.cc
@@ -18,10 +18,6 @@ int main(int argc, char** argv) {
#if defined(OS_ANDROID)
// Register JNI bindings for android.
base::RegisterContentUriTestUtils(base::android::AttachCurrentThread());
-
- // Android wants to call GetChannelId() (even though GPU channels
- // are not getting created in content_unittests).
- content::BrowserGpuChannelHostFactory::Initialize(false);
#endif
#if !defined(OS_IOS)
content::InitializeMojo();
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698