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

Unified Diff: content/public/test/test_mojo_app.cc

Issue 2049303002: Add the UtilityProcessMojoClient class and convert SafeJsonParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android sandbox browser tests Created 4 years, 6 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 | « content/public/test/test_mojo_app.h ('k') | content/public/test/test_mojo_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_app.cc
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc
index c3e6498333a8fee84f5b5a4d3e7172de13bfed54..1fd0b66c58737bb1fe042067bc678cf6955fc502 100644
--- a/content/public/test/test_mojo_app.cc
+++ b/content/public/test/test_mojo_app.cc
@@ -39,6 +39,15 @@ void TestMojoApp::DoSomething(const DoSomethingCallback& callback) {
base::MessageLoop::current()->QuitWhenIdle();
}
+void TestMojoApp::DoTerminateProcess(
+ const DoTerminateProcessCallback& callback) {
+ NOTREACHED();
+}
+
+void TestMojoApp::CreateFolder(const CreateFolderCallback& callback) {
+ NOTREACHED();
+}
+
void TestMojoApp::GetRequestorName(const GetRequestorNameCallback& callback) {
callback.Run(requestor_name_);
}
« no previous file with comments | « content/public/test/test_mojo_app.h ('k') | content/public/test/test_mojo_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698