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

Unified Diff: chrome/test/webdriver/commands/browser_connection_commands.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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/commands/browser_connection_commands.cc
diff --git a/chrome/test/webdriver/commands/browser_connection_commands.cc b/chrome/test/webdriver/commands/browser_connection_commands.cc
index eddad16d0910aaf1cf799ac21a9615048ebe00a6..4535b4310f305bef53b0384ec12834db62feff70 100644
--- a/chrome/test/webdriver/commands/browser_connection_commands.cc
+++ b/chrome/test/webdriver/commands/browser_connection_commands.cc
@@ -30,7 +30,7 @@ void BrowserConnectionCommand::ExecuteGet(Response* const response) {
response->SetError(error);
return;
}
- response->SetValue(new base::FundamentalValue(online));
+ response->SetValue(base::BooleanValue::New(online));
}
} // namespace webdriver
« no previous file with comments | « chrome/test/webdriver/commands/appcache_status_command.cc ('k') | chrome/test/webdriver/commands/create_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698