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

Unified Diff: courgette/courgette.h

Issue 8558009: Add -supported command line option to describe if a given file is supported (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add return value for -supported Created 9 years, 1 month 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 | « no previous file | courgette/courgette_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.h
diff --git a/courgette/courgette.h b/courgette/courgette.h
index a58f16d346938532b74d5fff5dab1d8644eb47bd..2cd4cd7553a21be6c9fb96b4a27c922649819776 100644
--- a/courgette/courgette.h
+++ b/courgette/courgette.h
@@ -77,7 +77,6 @@ Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
// Returns C_OK unless something went wrong.
// This function first validates that the patch file has a proper header, so the
// function can be used to 'try' a patch.
-
Status ApplyEnsemblePatch(const FilePath::CharType* old_file_name,
const FilePath::CharType* patch_file_name,
const FilePath::CharType* new_file_name);
@@ -112,7 +111,6 @@ Status ParseDetectedExecutable(const void* buffer, size_t length,
// sets |*output| to NULL
Status Encode(AssemblyProgram* program, EncodedProgram** output);
-
// Serializes |encoded| into the stream set.
// Returns C_OK if succeeded, otherwise returns an error status.
Status WriteEncodedProgram(EncodedProgram* encoded, SinkStreamSet* sink);
« no previous file with comments | « no previous file | courgette/courgette_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698