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

Unified Diff: mojo/shell/standalone/context.h

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « mojo/shell/standalone/BUILD.gn ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/context.h
diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
index c01670b2d22d557dd6d1fcedc923062155c593a5..fc923d274e19b57b70b797f31f5ce93644d9dd4a 100644
--- a/mojo/shell/standalone/context.h
+++ b/mojo/shell/standalone/context.h
@@ -11,11 +11,11 @@
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/time/time.h"
+#include "mojo/edk/embedder/process_delegate.h"
#include "mojo/shell/application_manager.h"
#include "mojo/shell/standalone/scoped_user_data_dir.h"
#include "mojo/shell/standalone/task_runners.h"
#include "mojo/shell/standalone/tracer.h"
-#include "third_party/mojo/src/mojo/edk/embedder/process_delegate.h"
#include "url/gurl.h"
namespace mojo {
@@ -24,9 +24,7 @@ class NativeApplicationLoader;
class PackageManagerImpl;
// The "global" context for the shell's main process.
-// TODO(use_chrome_edk)
-// class Context : public edk::ProcessDelegate {
-class Context : public embedder::ProcessDelegate {
+class Context : public edk::ProcessDelegate {
public:
Context();
~Context() override;
« no previous file with comments | « mojo/shell/standalone/BUILD.gn ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698