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

Unified Diff: chrome/browser/extensions/sandboxed_unpacker.cc

Issue 13473013: Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master (+blink) Created 7 years, 8 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/browser/extensions/sandboxed_unpacker.cc
diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc
index 527cd341c5278be9350a94ee4dd538dd2d541d2d..e8801e2bf01f4329f519d44acb6f50d688bb53ed 100644
--- a/chrome/browser/extensions/sandboxed_unpacker.cc
+++ b/chrome/browser/extensions/sandboxed_unpacker.cc
@@ -641,7 +641,8 @@ bool SandboxedUnpacker::RewriteImageFiles() {
// Delete any images that may be used by the browser. We're going to write
// out our own versions of the parsed images, and we want to make sure the
// originals are gone for good.
- std::set<base::FilePath> image_paths = extension_->GetBrowserImages();
+ std::set<base::FilePath> image_paths =
+ extension_file_util::GetExtensionBrowserImages(extension_);
if (image_paths.size() != images.size()) {
// Decoded images don't match what's in the manifest.
ReportFailure(
« no previous file with comments | « no previous file | chrome/browser/themes/browser_theme_pack.h » ('j') | chrome/common/extensions/extension_file_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698