Index: chrome/browser/extensions/activity_log/api_name_constants.h |
diff --git a/chrome/browser/extensions/activity_log/api_name_constants.h b/chrome/browser/extensions/activity_log/api_name_constants.h |
index 77367a3e49a3d237f4165102c8cbb32980296c20..d50f72e29b1323c2fb4692845b038cb9d0b51ef2 100644 |
--- a/chrome/browser/extensions/activity_log/api_name_constants.h |
+++ b/chrome/browser/extensions/activity_log/api_name_constants.h |
@@ -197,7 +197,16 @@ const char* const kNames[] = { |
"system.display.getInfo", |
"system.display.onDisplayChanged", |
"system.display.setDisplayProperties", |
- "system.memory.getInfo" |
+ "system.memory.getInfo", |
+ "system.storage.getInfo", |
+ "system.storage.onAttached", |
+ "system.storage.onDetached", |
+ "system.storage.ejectDevice", |
+ "system.storage.addAvailableCapacityWatch", |
+ "system.storage.removeAvailableCapacityWatch", |
+ "system.storage.getAllAvailableCapacityWatches", |
+ "system.storage.removeAllAvailableCapacityWatches", |
+ "system.storage.onAvailableCapacityChanged" |
}; |
} // namespace activity_log_api_name_constants |