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

Unified Diff: chrome/common/extensions/api/system_info_memory.idl

Issue 16256023: Move systemInfo.memory API out of experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved merge conflict from new commits Created 7 years, 6 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/common/extensions/api/system_info_memory.idl
diff --git a/chrome/common/extensions/api/experimental_system_info_memory.idl b/chrome/common/extensions/api/system_info_memory.idl
similarity index 93%
rename from chrome/common/extensions/api/experimental_system_info_memory.idl
rename to chrome/common/extensions/api/system_info_memory.idl
index 09f226f23807c5248a69a1f541a25b9896aebdf5..3aa9d09dd7632757ba3f300c5aa8bb51ddb12e8a 100644
--- a/chrome/common/extensions/api/experimental_system_info_memory.idl
+++ b/chrome/common/extensions/api/system_info_memory.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// File-level comment to appease parser. Eventually this will not be necessary.
-namespace experimental.systemInfo.memory {
+namespace systemInfo.memory {
dictionary MemoryInfo {
// The total amount of physical memory capacity, in bytes.

Powered by Google App Engine
This is Rietveld 408576698