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

Unified Diff: libadblockplus-android/jni/Utils.h

Issue 29347315: Issue 4231 - Fix unstable FilterEngineTest.testSetRemoveFilterChangeCallback (Closed)
Patch Set: made helper methods static, fixed 'remove' for fs callback Created Dec. 13, 2016, 9:32 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
Index: libadblockplus-android/jni/Utils.h
diff --git a/libadblockplus-android/jni/Utils.h b/libadblockplus-android/jni/Utils.h
index bfa1776ae7e2c0f0abb3baf54403ab8f0b872cf6..6fd379b56c40f20b84efadb8dfae6f681a2ea785 100644
--- a/libadblockplus-android/jni/Utils.h
+++ b/libadblockplus-android/jni/Utils.h
@@ -203,4 +203,6 @@ jobject NewJniNotification(JNIEnv* env,
return retVal; \
}
+std::string JniStdStreamToStdString(std::istream *in);
+
#endif

Powered by Google App Engine
This is Rietveld