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