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

Unified Diff: mojo/runner/context.h

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 2 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
Index: mojo/runner/context.h
diff --git a/mojo/runner/context.h b/mojo/runner/context.h
index 5667385f3b3ad544e135b488de50ccd1838dff4f..c6fd56821b47149acc52f16731bc03bea3170f4b 100644
--- a/mojo/runner/context.h
+++ b/mojo/runner/context.h
@@ -11,10 +11,10 @@
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/time/time.h"
-#include "mojo/edk/embedder/process_delegate.h"
#include "mojo/runner/scoped_user_data_dir.h"
#include "mojo/runner/task_runners.h"
#include "mojo/shell/application_manager.h"
+#include "third_party/mojo/src/mojo/edk/embedder/process_delegate.h"
#include "url/gurl.h"
namespace mojo {
@@ -26,6 +26,8 @@ namespace runner {
class NativeApplicationLoader;
// The "global" context for the shell's main process.
+// TODO(use_chrome_edk)
+//class Context : public edk::ProcessDelegate {
class Context : public embedder::ProcessDelegate {
public:
explicit Context(const base::FilePath& shell_file_root);

Powered by Google App Engine
This is Rietveld 408576698