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

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: Created 7 years, 7 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: extensions/common/crx_file.h
===================================================================
--- extensions/common/crx_file.h (revision 201835)
+++ extensions/common/crx_file.h (working copy)
@@ -60,6 +60,10 @@
// 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_;

Powered by Google App Engine
This is Rietveld 408576698