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

Unified Diff: content/test/test_webkit_platform_support.cc

Issue 456413002: Move the user agent styles sheets to blink_resources.grd (Part 2) with Unit test support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Generic logic to handle any paks packaged! Created 6 years, 3 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: content/test/test_webkit_platform_support.cc
diff --git a/content/test/test_webkit_platform_support.cc b/content/test/test_webkit_platform_support.cc
index c0e3673a6d3e26b11b58e74c6620e731bef23373..94bad381159a725b4e92d3041dc991b563e1731d 100644
--- a/content/test/test_webkit_platform_support.cc
+++ b/content/test/test_webkit_platform_support.cc
@@ -163,7 +163,7 @@ blink::WebData TestWebKitPlatformSupport::loadResource(const char* name) {
"\x82";
return blink::WebData(red_square, arraysize(red_square));
}
- return blink::WebData();
+ return BlinkPlatformImpl::loadResource(name);
}
blink::WebString TestWebKitPlatformSupport::queryLocalizedString(
« no previous file with comments | « content/test/test_content_client.cc ('k') | testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698