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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_external_updater.h

Issue 829583002: Validate hash_sha256 checksum on .crx update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest build for windows. Created 5 years, 10 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/chromeos/app_mode/kiosk_external_updater.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_external_updater.h b/chrome/browser/chromeos/app_mode/kiosk_external_updater.h
index 02c40dc33d92714d65afece3f60f52b5ad16736b..f56b0f724a23cee24fad3e3989a01188c40fffb4 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_external_updater.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_external_updater.h
@@ -45,9 +45,10 @@ class KioskExternalUpdater : public disks::DiskMountManager::Observer,
};
struct ExternalUpdate {
ExternalUpdate();
+ ~ExternalUpdate();
std::string app_name;
- base::FilePath external_crx;
+ extensions::CRXFileInfo external_crx;
ExternalUpdateStatus update_status;
base::string16 error;
};

Powered by Google App Engine
This is Rietveld 408576698