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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "downloads.onDeterminingFilename", "downloads.onErased", "downloads.open", | 60 "downloads.onDeterminingFilename", "downloads.onErased", "downloads.open", |
61 "downloads.pause", "downloads.resume", "downloads.search", | 61 "downloads.pause", "downloads.resume", "downloads.search", |
62 "downloads.show", "experimental.devtools.audits.addCategory", | 62 "downloads.show", "experimental.devtools.audits.addCategory", |
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", "experimental.infobars.show", | 70 "experimental.identity.launchWebAuthFlow", "infobars.show", |
71 "experimental.mediaGalleries.assembleMediaFile", | 71 "experimental.mediaGalleries.assembleMediaFile", |
72 "experimental.mediaGalleries.extractEmbeddedThumbnails", | 72 "experimental.mediaGalleries.extractEmbeddedThumbnails", |
73 "experimental.processes.getProcessIdForTab", | 73 "experimental.processes.getProcessIdForTab", |
74 "experimental.processes.getProcessInfo", | 74 "experimental.processes.getProcessInfo", |
75 "experimental.processes.onCreated", "experimental.processes.onExited", | 75 "experimental.processes.onCreated", "experimental.processes.onExited", |
76 "experimental.processes.onUnresponsive", | 76 "experimental.processes.onUnresponsive", |
77 "experimental.processes.onUpdated", | 77 "experimental.processes.onUpdated", |
78 "experimental.processes.onUpdatedWithMemory", | 78 "experimental.processes.onUpdatedWithMemory", |
79 "experimental.processes.terminate", | 79 "experimental.processes.terminate", |
80 "experimental.record.captureURLs", "experimental.record.replayURLs", | 80 "experimental.record.captureURLs", "experimental.record.replayURLs", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 }; | 200 }; |
201 | 201 |
202 } // namespace activity_log_api_name_constants | 202 } // namespace activity_log_api_name_constants |
203 | 203 |
204 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ | 204 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_NAME_CONSTANTS_H_ |
OLD | NEW |