Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/FileSystemJsObject.cpp

Issue 10369004: File system path resolving (Closed)
Patch Set: Comments addressed Created April 30, 2013, 8:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« test/BaseJsTest.h ('K') | « test/BaseJsTest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/FileSystemJsObject.cpp
===================================================================
--- a/test/FileSystemJsObject.cpp
+++ b/test/FileSystemJsObject.cpp
@@ -77,6 +77,12 @@
return path;
}
+ void SetBasePath(const std::string& path)
+ {
+ basePath = "";
+ return;
Felix Dahlke 2013/04/30 09:14:52 I don't think this return is necessary.
+ }
+
};
void ReadFile(AdblockPlus::JsEnginePtr jsEngine, std::string& content,
« test/BaseJsTest.h ('K') | « test/BaseJsTest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld