OLD | NEW |
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "experimental.devtools.console.addMessage", | 63 "experimental.devtools.console.addMessage", |
64 "experimental.devtools.console.getMessages", | 64 "experimental.devtools.console.getMessages", |
65 "experimental.devtools.console.onMessageAdded", | 65 "experimental.devtools.console.onMessageAdded", |
66 "experimental.discovery.clearAllSuggestions", | 66 "experimental.discovery.clearAllSuggestions", |
67 "experimental.discovery.removeSuggestion", | 67 "experimental.discovery.removeSuggestion", |
68 "experimental.discovery.suggest", "experimental.history.getMostVisited", | 68 "experimental.discovery.suggest", "experimental.history.getMostVisited", |
69 "experimental.identity.getAuthToken", | 69 "experimental.identity.getAuthToken", |
70 "experimental.identity.launchWebAuthFlow", "infobars.show", | 70 "experimental.identity.launchWebAuthFlow", "infobars.show", |
71 "removed.experimental.mediaGalleries.assembleMediaFile", | 71 "removed.experimental.mediaGalleries.assembleMediaFile", |
72 "removed.experimental.mediaGalleries.extractEmbeddedThumbnails", | 72 "removed.experimental.mediaGalleries.extractEmbeddedThumbnails", |
73 "experimental.processes.getProcessIdForTab", | 73 "processes.getProcessIdForTab", |
74 "experimental.processes.getProcessInfo", | 74 "processes.getProcessInfo", |
75 "experimental.processes.onCreated", "experimental.processes.onExited", | 75 "processes.onCreated", "processes.onExited", |
76 "experimental.processes.onUnresponsive", | 76 "processes.onUnresponsive", |
77 "experimental.processes.onUpdated", | 77 "processes.onUpdated", |
78 "experimental.processes.onUpdatedWithMemory", | 78 "processes.onUpdatedWithMemory", |
79 "experimental.processes.terminate", | 79 "processes.terminate", |
80 "experimental.record.captureURLs", "experimental.record.replayURLs", | 80 "experimental.record.captureURLs", "experimental.record.replayURLs", |
81 "experimental.speechInput.isRecording", "experimental.speechInput.onError", | 81 "experimental.speechInput.isRecording", "experimental.speechInput.onError", |
82 "experimental.speechInput.onResult", "experimental.speechInput.onSoundEnd", | 82 "experimental.speechInput.onResult", "experimental.speechInput.onSoundEnd", |
83 "experimental.speechInput.onSoundStart", "experimental.speechInput.start", | 83 "experimental.speechInput.onSoundStart", "experimental.speechInput.start", |
84 "experimental.speechInput.stop", "experimental.systemInfo.cpu.get" , | 84 "experimental.speechInput.stop", "experimental.systemInfo.cpu.get" , |
85 "experimental.systemInfo.cpu.onUpdated", | 85 "experimental.systemInfo.cpu.onUpdated", |
86 "experimental.systemInfo.display.get", | 86 "experimental.systemInfo.display.get", |
87 "experimental.systemInfo.memory.get", "experimental.systemInfo.storage.get", | 87 "experimental.systemInfo.memory.get", "experimental.systemInfo.storage.get", |
88 "experimental.systemInfo.storage.onAttached", | 88 "experimental.systemInfo.storage.onAttached", |
89 "experimental.systemInfo.storage.onAvailableCapacityChanged", | 89 "experimental.systemInfo.storage.onAvailableCapacityChanged", |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "system.storage.addAvailableCapacityWatch", | 205 "system.storage.addAvailableCapacityWatch", |
206 "system.storage.removeAvailableCapacityWatch", | 206 "system.storage.removeAvailableCapacityWatch", |
207 "system.storage.getAllAvailableCapacityWatches", | 207 "system.storage.getAllAvailableCapacityWatches", |
208 "system.storage.removeAllAvailableCapacityWatches", | 208 "system.storage.removeAllAvailableCapacityWatches", |
209 "system.storage.onAvailableCapacityChanged" | 209 "system.storage.onAvailableCapacityChanged" |
210 }; | 210 }; |
211 | 211 |
212 } // namespace activity_log_api_name_constants | 212 } // namespace activity_log_api_name_constants |
213 | 213 |
214 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ | 214 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ |
OLD | NEW |