Index: chrome/test/webdriver/webdriver_logging.h |
diff --git a/chrome/test/webdriver/webdriver_logging.h b/chrome/test/webdriver/webdriver_logging.h |
index 95fe86b8de4a18e3d6f108d9680f3a647dcf1350..8e874d95cd20190a1b00285d263e2706927c1294 100644 |
--- a/chrome/test/webdriver/webdriver_logging.h |
+++ b/chrome/test/webdriver/webdriver_logging.h |
@@ -30,6 +30,8 @@ enum LogLevel { |
kAllLogLevel = -1000 |
}; |
+LogLevel LogLevelFromString(const std::string& name); |
kkania
2012/05/21 17:46:46
Add a short comment here which mentions that the g
zori
2012/05/21 23:42:33
Done.
|
+ |
// Represents a type/source of a WebDriver log. |
class LogType { |
public: |