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

Unified Diff: trunk/src/extensions/common/crx_file.h

Issue 17551004: Revert 207805 "Differential updates for components. We are addin..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/courgette/third_party/bsdiff_apply.cc ('k') | trunk/src/extensions/common/crx_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/extensions/common/crx_file.h
===================================================================
--- trunk/src/extensions/common/crx_file.h (revision 207822)
+++ trunk/src/extensions/common/crx_file.h (working copy)
@@ -60,10 +60,6 @@
// 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 | « trunk/src/courgette/third_party/bsdiff_apply.cc ('k') | trunk/src/extensions/common/crx_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698