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 124 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 |