| Index: chrome/test/chromedriver/logging.h
|
| diff --git a/chrome/test/chromedriver/logging.h b/chrome/test/chromedriver/logging.h
|
| index e2797d6cf2c0ee32325c943a18d3d2c7d6ca6a1e..574f77c7c9b387106cd30edfbc44abd4bdc11b9b 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 size_t kMaxReturnedEntries;
|
|
|
| // Converts WD wire protocol level name -> Level, false on bad name.
|
| static bool NameToLevel(const std::string& name, Level* out_level);
|
|
|