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

Side by Side Diff: chrome/browser/extensions/activity_log/api_name_constants.h

Issue 19912002: [SystemInfo API] Rename systemInfo Memory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commit message. 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_info_memory/memory_info_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants used in api_actions.cc. 5 // Constants used in api_actions.cc.
6 6
7 #ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_
8 #define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ 8 #define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_
9 9
10 namespace activity_log_api_name_constants { 10 namespace activity_log_api_name_constants {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "webstore.install", "windows.create", "windows.get", "windows.getAll", 189 "webstore.install", "windows.create", "windows.get", "windows.getAll",
190 "windows.getCurrent", "windows.getLastFocused", "windows.onCreated", 190 "windows.getCurrent", "windows.getLastFocused", "windows.onCreated",
191 "windows.onFocusChanged", "windows.onRemoved", "windows.remove", 191 "windows.onFocusChanged", "windows.onRemoved", "windows.remove",
192 "windows.update", 192 "windows.update",
193 "tabs.getSelected", "tabs.sendRequest", 193 "tabs.getSelected", "tabs.sendRequest",
194 "systemInfo.cpu.get", "systemInfo.memory.get", 194 "systemInfo.cpu.get", "systemInfo.memory.get",
195 "runtime.onRestartRequired", 195 "runtime.onRestartRequired",
196 "system.cpu.getInfo", 196 "system.cpu.getInfo",
197 "system.display.getInfo", 197 "system.display.getInfo",
198 "system.display.onDisplayChanged", 198 "system.display.onDisplayChanged",
199 "system.display.setDisplayProperties" 199 "system.display.setDisplayProperties",
200 "system.memory.getInfo"
200 }; 201 };
201 202
202 } // namespace activity_log_api_name_constants 203 } // namespace activity_log_api_name_constants
203 204
204 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ 205 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_info_memory/memory_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698