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

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.cc

Issue 3156026: Add a method for setting the value of an Accessibility object.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome_frame/test/mock_ie_event_sink_actions.h ('k') | chrome_frame/test/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/mock_ie_event_sink_test.cc
===================================================================
--- chrome_frame/test/mock_ie_event_sink_test.cc (revision 56442)
+++ chrome_frame/test/mock_ie_event_sink_test.cc (working copy)
@@ -200,6 +200,11 @@
loop_.RunFor(timeout);
}
+FilePath MockIEEventSinkTest::GetTestFilePath(
+ const std::wstring& relative_path) {
+ return server_mock_.root_dir().Append(relative_path);
+}
+
std::wstring MockIEEventSinkTest::GetTestUrl(
const std::wstring& relative_path) {
return server_mock_.Resolve(relative_path.c_str());
« no previous file with comments | « chrome_frame/test/mock_ie_event_sink_actions.h ('k') | chrome_frame/test/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698