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

Unified Diff: content/common/process_control.mojom

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/common/mojo/static_loader.cc ('k') | content/common/render_frame_setup.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/process_control.mojom
diff --git a/content/common/process_control.mojom b/content/common/process_control.mojom
index 58cf5f8db975667ebf466587d3877607a77d2560..d872d81b5558d039ad139477f4b35336088effb6 100644
--- a/content/common/process_control.mojom
+++ b/content/common/process_control.mojom
@@ -8,6 +8,6 @@ import "services/shell/public/interfaces/shell_client.mojom";
interface ProcessControl {
LoadApplication(string url,
- mojo.shell.mojom.ShellClient& request) => (bool success);
+ shell.mojom.ShellClient& request) => (bool success);
};
« no previous file with comments | « content/common/mojo/static_loader.cc ('k') | content/common/render_frame_setup.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698