diff options
Diffstat (limited to 'chrome/browser/extensions/extension_function_histogram_value.h')
-rw-r--r-- | chrome/browser/extensions/extension_function_histogram_value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index 1723089..d3a6e2e 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h @@ -578,6 +578,8 @@ enum HistogramValue { SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH, SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES, SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES, + DOWNLOADS_REMOVEFILE, + DOWNLOADS_SHOWDEFAULTFOLDER, ENUM_BOUNDARY // Last entry: Add new entries above. }; |