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

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

Issue 406713002: Allow drag-and-drop of zipped extensions on chrome://extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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.h
diff --git a/chrome/browser/extensions/sandboxed_unpacker.h b/chrome/browser/extensions/sandboxed_unpacker.h
index 71384fcc239691efa0ab0046389a02fc222cd48a..17621722f6941b203d424282a38f8517cb1bbaf3 100644
--- a/chrome/browser/extensions/sandboxed_unpacker.h
+++ b/chrome/browser/extensions/sandboxed_unpacker.h
@@ -219,6 +219,9 @@ class SandboxedUnpacker : public content::UtilityProcessHostClient {
// Whether we've received a response from the utility process yet.
bool got_response_;
+ // Whether we're unpacking a zip file instead of a signed CRX.
+ bool is_zipfile_;
+
// The public key that was extracted from the CRX header.
std::string public_key_;
« no previous file with comments | « no previous file | chrome/browser/extensions/sandboxed_unpacker.cc » ('j') | chrome/browser/extensions/sandboxed_unpacker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698