| Index: chrome/test/chromedriver/logging.h
|
| diff --git a/chrome/test/chromedriver/logging.h b/chrome/test/chromedriver/logging.h
|
| index e2797d6cf2c0ee32325c943a18d3d2c7d6ca6a1e..555192e60f5b30522bfa9a2c44926bde22a4f66c 100644
|
| --- a/chrome/test/chromedriver/logging.h
|
| +++ b/chrome/test/chromedriver/logging.h
|
| @@ -27,6 +27,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);
|
|
|