commit | e6ed66eb5d18533ed276b77f401c1bf396c1daa6 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 01 02:05:58 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 01 02:05:58 2013 |
tree | d68ee0ef02fc263fc899e0f2890990ac1906b822 | |
parent | 78b4c056650776d639e898c807db53e2594214cd [diff] [blame] |
Empty API implementation for the recovery-image writer API. To be used with the Chrome OS Recovery Tool. BUG= Review URL: https://chromiumcodereview.appspot.com/18692005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214918 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index 480f813..e1b82609 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -582,6 +582,10 @@ DOWNLOADS_SHOWDEFAULTFOLDER, INFOBARS_SHOW, DOWNLOADS_SETSHELFENABLED, + RECOVERYPRIVATE_WRITEFROMURL, + RECOVERYPRIVATE_WRITEFROMFILE, + RECOVERYPRIVATE_CANCELWRITE, + RECOVERYPRIVATE_DESTROYPARTITIONS, ENUM_BOUNDARY // Last entry: Add new entries above. };