Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: chrome/test/webdriver/webdriver_logging.h

Issue 10411031: Fixing loglevel in chrome driver to accept string rather than an integer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698