diff options
author | dgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 20:26:56 +0000 |
---|---|---|
committer | dgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 20:26:56 +0000 |
commit | 45e2d0a90855351b80681a84e071f0a55a18cd08 (patch) | |
tree | 255005e2c8b8a61350576569687d884e968342e1 /courgette/courgette.h | |
parent | 753ab8c8d21fcc639be10d024335c1acf3d3aa44 (diff) | |
download | chromium_src-45e2d0a90855351b80681a84e071f0a55a18cd08.zip chromium_src-45e2d0a90855351b80681a84e071f0a55a18cd08.tar.gz chromium_src-45e2d0a90855351b80681a84e071f0a55a18cd08.tar.bz2 |
Add -supported command line option to describe if a given file is supported
and what type of executable it is, if it is.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8558009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/courgette.h')
-rw-r--r-- | courgette/courgette.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/courgette/courgette.h b/courgette/courgette.h index a58f16d..2cd4cd7 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); |