| Index: content/browser/devtools/protocol/schema_handler.cc
|
| diff --git a/content/browser/devtools/protocol/schema_handler.cc b/content/browser/devtools/protocol/schema_handler.cc
|
| index 91d74f7f7ae8f64ea00bb2f90218e5c02d0a3813..608e0286538be1ac6441166f9bff751f8c5b9f2b 100644
|
| --- a/content/browser/devtools/protocol/schema_handler.cc
|
| +++ b/content/browser/devtools/protocol/schema_handler.cc
|
| @@ -18,7 +18,7 @@ SchemaHandler::~SchemaHandler() {
|
|
|
| Response SchemaHandler::GetDomains(
|
| std::vector<scoped_refptr<Domain>>* domains) {
|
| - static const char kVersion[] = "1.1";
|
| + static const char kVersion[] = "1.2";
|
| static const char* kDomains[] = {
|
| "Inspector", "Memory", "Page", "Rendering", "Emulation", "Security",
|
| "Network", "Database", "IndexedDB", "CacheStorage", "DOMStorage", "CSS",
|
|
|