Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2101)

Unified Diff: chrome/browser/extensions/activity_log/api_name_constants.h

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7a6383de169d9e9ca10a7285eab2c117211480b2..34de8768be8646b2a24339f5888cb5b2c4975689 100644
--- a/chrome/browser/extensions/activity_log/api_name_constants.h
+++ b/chrome/browser/extensions/activity_log/api_name_constants.h
@@ -192,7 +192,11 @@ const char* const kNames[] = {
"windows.update",
"tabs.getSelected", "tabs.sendRequest",
"systemInfo.cpu.get", "systemInfo.memory.get",
- "runtime.onRestartRequired"
+ "runtime.onRestartRequired",
+ "systemInfo.storage.get",
+ "systemInfo.storage.onAttached",
+ "systemInfo.storage.onDetached",
+ "systemInfo.storage.ejectDevice"
};
} // namespace activity_log_api_name_constants

Powered by Google App Engine
This is Rietveld 408576698