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

Unified Diff: shell/context.h

Issue 973203004: Make the shell work in multiprocess mode some apps. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: better (?) comment Created 5 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 | « shell/app_child_process.cc ('k') | shell/desktop/mojo_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.h
diff --git a/shell/context.h b/shell/context.h
index 62c49c2f3ecf8b0a09e540e1db7516d05c912e03..b3f2510b7f3a0dba55de9dfa5449ee4853af9f7b 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -21,7 +21,8 @@ class ExternalApplicationListener;
class NativeApplicationLoader;
// The "global" context for the shell's main process.
-class Context : ApplicationManager::Delegate, embedder::ProcessDelegate {
+class Context : public ApplicationManager::Delegate,
+ public embedder::ProcessDelegate {
public:
Context();
~Context() override;
« no previous file with comments | « shell/app_child_process.cc ('k') | shell/desktop/mojo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698