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.
 };