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

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

Issue 10912041: Disallow packing or loading unpacked manifest v1 extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blarh Created 8 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/browser/extensions/extension_creator.cc ('k') | chrome/browser/extensions/pack_extension_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/pack_extension_job.h
diff --git a/chrome/browser/extensions/pack_extension_job.h b/chrome/browser/extensions/pack_extension_job.h
index 4039d197dc3276f29e1d0b3f0fdaffa477270f70..f6d0dbb49a83899035b938d2f6a1a59aa490e4b8 100644
--- a/chrome/browser/extensions/pack_extension_job.h
+++ b/chrome/browser/extensions/pack_extension_job.h
@@ -67,7 +67,8 @@ class PackExtensionJob : public base::RefCountedThreadSafe<PackExtensionJob> {
FilePath crx_file_out_;
FilePath key_file_out_;
bool asynchronous_;
- int run_flags_; // Bitset of ExtensionCreator::RunFlags values
+ int run_flags_; // Bitset of ExtensionCreator::RunFlags values - we always
+ // assume kRequireModernManifestVersion, though.
DISALLOW_COPY_AND_ASSIGN(PackExtensionJob);
};
« no previous file with comments | « chrome/browser/extensions/extension_creator.cc ('k') | chrome/browser/extensions/pack_extension_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698