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

Unified Diff: content/child/process_control_impl.h

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . 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 | « content/browser/mojo/renderer_capability_filter.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/process_control_impl.h
diff --git a/content/child/process_control_impl.h b/content/child/process_control_impl.h
index 6d85c509e262319bebb0b88951c890023c227c0d..3b732f45d0607f9718f2db49a182cfab35fb5e0c 100644
--- a/content/child/process_control_impl.h
+++ b/content/child/process_control_impl.h
@@ -35,9 +35,10 @@ class ProcessControlImpl : public ProcessControl {
URLToLoaderMap* url_to_loader_map) = 0;
// ProcessControl:
- void LoadApplication(const mojo::String& url,
- mojo::InterfaceRequest<mojo::Application> request,
- const LoadApplicationCallback& callback) override;
+ void LoadApplication(
+ const mojo::String& url,
+ mojo::InterfaceRequest<mojo::shell::mojom::Application> request,
+ const LoadApplicationCallback& callback) override;
private:
// Called if a LoadApplication request fails.
« no previous file with comments | « content/browser/mojo/renderer_capability_filter.cc ('k') | content/child/process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698