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; |
klm
2017/01/19 20:47:30
Is this for testing only? I don't believe there is
samuong
2017/01/19 21:15:37
We could make it private and then friend a test cl
klm
2017/01/19 21:26:17
I have no strong opinion, was just pointing out so
|
// Converts WD wire protocol level name -> Level, false on bad name. |
static bool NameToLevel(const std::string& name, Level* out_level); |