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

Unified Diff: chrome/utility/extensions/extensions_handler.cc

Issue 482163002: Large wallpaper decoding in utility process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename function and variable 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: chrome/utility/extensions/extensions_handler.cc
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index e8ef09fab3ddb3ff5340752ded5d91a887479609..63ffcd162f6b5c47763be696b28253e581bd0886 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -182,7 +182,7 @@ void ExtensionsHandler::OnDecodeImageBase64(
decoded_vector[i] = static_cast<unsigned char>(decoded_string[i]);
}
- ChromeContentUtilityClient::DecodeImage(decoded_vector);
+ ChromeContentUtilityClient::DecodeImageAndSend(decoded_vector, false);
}
void ExtensionsHandler::OnParseJSON(const std::string& json) {

Powered by Google App Engine
This is Rietveld 408576698