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

Unified Diff: blimp/engine/common/blimp_content_client.cc

Issue 1996723002: Switch ResourceBundle LoadDataResourceBytes to return RefCountedMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to address newly added use Created 4 years, 7 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 | « blimp/engine/common/blimp_content_client.h ('k') | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/common/blimp_content_client.cc
diff --git a/blimp/engine/common/blimp_content_client.cc b/blimp/engine/common/blimp_content_client.cc
index a234adb19860ec3fc62a2444de210404845de68a..d4b66bb4d9be4b74cdec5713d2e7ba2144214f94 100644
--- a/blimp/engine/common/blimp_content_client.cc
+++ b/blimp/engine/common/blimp_content_client.cc
@@ -27,7 +27,7 @@ base::StringPiece BlimpContentClient::GetDataResource(
resource_id, scale_factor);
}
-base::RefCountedStaticMemory* BlimpContentClient::GetDataResourceBytes(
+base::RefCountedMemory* BlimpContentClient::GetDataResourceBytes(
int resource_id) const {
return ui::ResourceBundle::GetSharedInstance().LoadDataResourceBytes(
resource_id);
« no previous file with comments | « blimp/engine/common/blimp_content_client.h ('k') | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698