OLD | NEW |
---|---|
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 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 // THIS FILE IS AUTOGENERATED. | 5 // THIS FILE IS AUTOGENERATED. |
6 // If you need change something in this file, please see | 6 // If you need change something in this file, please see |
7 // protocol.json and browser_protocol.json | 7 // protocol.json and browser_protocol.json |
8 | 8 |
9 #include "content/browser/devtools/devtools_protocol_constants.h" | 9 #include "content/browser/devtools/devtools_protocol_constants.h" |
10 | 10 |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
218 const char kEnumJpeg[] = "jpeg"; | 218 const char kEnumJpeg[] = "jpeg"; |
219 const char kEnumPng[] = "png"; | 219 const char kEnumPng[] = "png"; |
220 } // Format | 220 } // Format |
221 } // startScreencast | 221 } // startScreencast |
222 | 222 |
223 namespace stopScreencast { | 223 namespace stopScreencast { |
224 const char kName[] = "Page.stopScreencast"; | 224 const char kName[] = "Page.stopScreencast"; |
225 } // stopScreencast | 225 } // stopScreencast |
226 } // Page | 226 } // Page |
227 | 227 |
228 namespace Power { | |
229 const char kName[] = "Power"; | |
230 | |
231 namespace dataReceived { | |
232 const char kName[] = "Power.dataReceived"; | |
pfeldman
2014/02/12 09:08:51
dataReceived is not protocol-user-friendly. I'd ra
Pan
2014/02/12 11:52:34
done. thanks!
| |
233 const char kParamValue[] = "value"; | |
234 } // dataReceived | |
235 | |
236 namespace end { | |
237 const char kName[] = "Power.end"; | |
238 } // end | |
239 | |
240 namespace start { | |
241 const char kName[] = "Power.start"; | |
242 } // start | |
243 } // Power | |
244 | |
228 namespace SystemInfo { | 245 namespace SystemInfo { |
229 const char kName[] = "SystemInfo"; | 246 const char kName[] = "SystemInfo"; |
230 | 247 |
231 namespace GPUDevice { | 248 namespace GPUDevice { |
232 const char kParamDeviceId[] = "deviceId"; | 249 const char kParamDeviceId[] = "deviceId"; |
233 const char kParamDeviceString[] = "deviceString"; | 250 const char kParamDeviceString[] = "deviceString"; |
234 const char kParamVendorId[] = "vendorId"; | 251 const char kParamVendorId[] = "vendorId"; |
235 const char kParamVendorString[] = "vendorString"; | 252 const char kParamVendorString[] = "vendorString"; |
236 } // GPUDevice | 253 } // GPUDevice |
237 | 254 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
284 } // disconnectFromWorker | 301 } // disconnectFromWorker |
285 | 302 |
286 namespace disconnectedFromWorker { | 303 namespace disconnectedFromWorker { |
287 const char kName[] = "Worker.disconnectedFromWorker"; | 304 const char kName[] = "Worker.disconnectedFromWorker"; |
288 } // disconnectedFromWorker | 305 } // disconnectedFromWorker |
289 } // Worker | 306 } // Worker |
290 | 307 |
291 | 308 |
292 } // devtools | 309 } // devtools |
293 } // content | 310 } // content |
OLD | NEW |