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

Unified Diff: chrome/browser/automation/automation_provider.cc

Issue 6324002: Fix ChromeFrame net tests which have broken since revision 70089 which added ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome_frame/test/net/test_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
===================================================================
--- chrome/browser/automation/automation_provider.cc (revision 71338)
+++ chrome/browser/automation/automation_provider.cc (working copy)
@@ -352,8 +352,7 @@
LOG(INFO) << "Testing channel connected, sending hello message";
// Send a hello message with our current automation protocol version.
- chrome::VersionInfo version_info;
- channel_->Send(new AutomationMsg_Hello(version_info.Version()));
+ channel_->Send(new AutomationMsg_Hello(GetProtocolVersion()));
if (initial_loads_complete_)
Send(new AutomationMsg_InitialLoadsComplete());
}
« no previous file with comments | « no previous file | chrome_frame/test/net/test_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698