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

Unified Diff: test/BaseJsTest.h

Issue 10369004: File system path resolving (Closed)
Patch Set: Addressing comments Created May 5, 2013, 10:49 p.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
Index: test/BaseJsTest.h
===================================================================
--- a/test/BaseJsTest.h
+++ b/test/BaseJsTest.h
@@ -46,11 +46,6 @@
{
throw std::runtime_error("Not implemented");
}
-
- void SetBasePath(const std::string& path)
- {
- throw std::runtime_error("Not implemented");
- }
};
@@ -99,16 +94,8 @@
std::string Resolve(const std::string& path) const
{
- while (true)
- AdblockPlus::Sleep(100000);
return std::string();
}
-
- void SetBasePath(const std::string& path)
- {
- while (true)
- AdblockPlus::Sleep(100000);
- }
};
class LazyWebRequest : public AdblockPlus::WebRequest

Powered by Google App Engine
This is Rietveld