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

Unified Diff: extensions/common/crx_file.h

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync to LKGR revision 207804. Created 7 years, 6 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 | « courgette/third_party/bsdiff_apply.cc ('k') | extensions/common/crx_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/crx_file.h
diff --git a/extensions/common/crx_file.h b/extensions/common/crx_file.h
index cb450afb434c9258962717181075139198f7ea25..3ac81897925fc1365ab65f78842e65cf3e63473b 100644
--- a/extensions/common/crx_file.h
+++ b/extensions/common/crx_file.h
@@ -60,6 +60,10 @@ class CrxFile {
// Returns the header structure for writing out to a CRX file.
const Header& header() const { return header_; }
+ // Checks a valid |header| to determine whether or not the CRX represents a
+ // differential CRX.
+ static bool HeaderIsDelta(const Header& header);
+
private:
Header header_;
« no previous file with comments | « courgette/third_party/bsdiff_apply.cc ('k') | extensions/common/crx_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698