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

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

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/browser/utility_process_mojo_client.h ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_app.h
diff --git a/content/public/test/test_mojo_app.h b/content/public/test/test_mojo_app.h
index de9684b197350210a471763f634a256aabaebab8..72f14e5c1aaf4f1a880e7f64945a93aea9edad4a 100644
--- a/content/public/test/test_mojo_app.h
+++ b/content/public/test/test_mojo_app.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_PUBLIC_TEST_TEST_MOJO_APP_H_
#define CONTENT_PUBLIC_TEST_TEST_MOJO_APP_H_
+#include <string>
+
#include "base/macros.h"
#include "content/public/test/test_mojo_service.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
@@ -34,6 +36,8 @@ class TestMojoApp : public shell::ShellClient,
// TestMojoService:
void DoSomething(const DoSomethingCallback& callback) override;
+ void DoTerminateProcess(const DoTerminateProcessCallback& callback) override;
+ void CreateFolder(const CreateFolderCallback& callback) override;
void GetRequestorName(const GetRequestorNameCallback& callback) override;
mojo::Binding<mojom::TestMojoService> service_binding_;
@@ -44,6 +48,6 @@ class TestMojoApp : public shell::ShellClient,
DISALLOW_COPY_AND_ASSIGN(TestMojoApp);
};
-} // namespace
+} // namespace content
#endif // CONTENT_PUBLIC_TEST_TEST_MOJO_APP_H_
« no previous file with comments | « content/public/browser/utility_process_mojo_client.h ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698