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

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

Issue 600913002: Revert of Large wallpaper decoding in utility process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/utility/chrome_content_utility_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/extensions/extensions_handler.cc
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index 63ffcd162f6b5c47763be696b28253e581bd0886..e8ef09fab3ddb3ff5340752ded5d91a887479609 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -182,7 +182,7 @@
decoded_vector[i] = static_cast<unsigned char>(decoded_string[i]);
}
- ChromeContentUtilityClient::DecodeImageAndSend(decoded_vector, false);
+ ChromeContentUtilityClient::DecodeImage(decoded_vector);
}
void ExtensionsHandler::OnParseJSON(const std::string& json) {
« no previous file with comments | « chrome/utility/chrome_content_utility_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698