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

Unified Diff: chrome/common/extensions/api/experimental_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
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | chrome/common/extensions/api/system_info_memory.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/experimental_system_info_memory.idl
diff --git a/chrome/common/extensions/api/experimental_system_info_memory.idl b/chrome/common/extensions/api/experimental_system_info_memory.idl
deleted file mode 100644
index 09f226f23807c5248a69a1f541a25b9896aebdf5..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/experimental_system_info_memory.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// File-level comment to appease parser. Eventually this will not be necessary.
-namespace experimental.systemInfo.memory {
-
- dictionary MemoryInfo {
- // The total amount of physical memory capacity, in bytes.
- double capacity;
- // The amount of available capacity, in bytes.
- double availableCapacity;
- };
-
- callback MemoryInfoCallback = void (MemoryInfo info);
-
- interface Functions {
- // Get physical memory information.
- static void get(MemoryInfoCallback callback);
- };
-};
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | chrome/common/extensions/api/system_info_memory.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698