| 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 #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ | 5 #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ |
| 6 #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ | 6 #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ |
| 7 | 7 |
| 8 // THIS FILE IS AUTOGENERATED. | 8 // THIS FILE IS AUTOGENERATED. |
| 9 // If you need change something in this file, please see | 9 // If you need change something in this file, please see |
| 10 // protocol.json and browser_protocol.json | 10 // protocol.json and browser_protocol.json |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 extern const char kEnumJpeg[]; | 219 extern const char kEnumJpeg[]; |
| 220 extern const char kEnumPng[]; | 220 extern const char kEnumPng[]; |
| 221 } // Format | 221 } // Format |
| 222 } // startScreencast | 222 } // startScreencast |
| 223 | 223 |
| 224 namespace stopScreencast { | 224 namespace stopScreencast { |
| 225 extern const char kName[]; | 225 extern const char kName[]; |
| 226 } // stopScreencast | 226 } // stopScreencast |
| 227 } // Page | 227 } // Page |
| 228 | 228 |
| 229 namespace Power { |
| 230 extern const char kName[]; |
| 231 |
| 232 namespace dataReceived { |
| 233 extern const char kName[]; |
| 234 extern const char kParamValue[]; |
| 235 } // dataReceived |
| 236 |
| 237 namespace end { |
| 238 extern const char kName[]; |
| 239 } // end |
| 240 |
| 241 namespace start { |
| 242 extern const char kName[]; |
| 243 } // start |
| 244 } // Power |
| 245 |
| 229 namespace SystemInfo { | 246 namespace SystemInfo { |
| 230 extern const char kName[]; | 247 extern const char kName[]; |
| 231 | 248 |
| 232 namespace GPUDevice { | 249 namespace GPUDevice { |
| 233 extern const char kParamDeviceId[]; | 250 extern const char kParamDeviceId[]; |
| 234 extern const char kParamDeviceString[]; | 251 extern const char kParamDeviceString[]; |
| 235 extern const char kParamVendorId[]; | 252 extern const char kParamVendorId[]; |
| 236 extern const char kParamVendorString[]; | 253 extern const char kParamVendorString[]; |
| 237 } // GPUDevice | 254 } // GPUDevice |
| 238 | 255 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 namespace disconnectedFromWorker { | 304 namespace disconnectedFromWorker { |
| 288 extern const char kName[]; | 305 extern const char kName[]; |
| 289 } // disconnectedFromWorker | 306 } // disconnectedFromWorker |
| 290 } // Worker | 307 } // Worker |
| 291 | 308 |
| 292 | 309 |
| 293 } // devtools | 310 } // devtools |
| 294 } // content | 311 } // content |
| 295 | 312 |
| 296 #endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ | 313 #endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTSH_ |
| OLD | NEW |