| Index: chrome/test/chromedriver/logging.h
|
| diff --git a/chrome/test/chromedriver/logging.h b/chrome/test/chromedriver/logging.h
|
| index 262fe1a1bd9281c4086a01a1ebb0f94a79615528..e9b936bbb0e4e70f65d14b71ede3d04d48cfb364 100644
|
| --- a/chrome/test/chromedriver/logging.h
|
| +++ b/chrome/test/chromedriver/logging.h
|
| @@ -32,6 +32,7 @@ class WebDriverLog : public Log {
|
| static const char kBrowserType[];
|
| static const char kDriverType[];
|
| static const char kPerformanceType[];
|
| + static const char kDevToolsType[];
|
|
|
| // Converts WD wire protocol level name -> Level, false on bad name.
|
| static bool NameToLevel(const std::string& name, Level* out_level);
|
|
|