| Index: content/common/process_control.mojom
|
| diff --git a/content/common/process_control.mojom b/content/common/process_control.mojom
|
| index efd0adc51ced47858981b700b40993089e200b2e..c9ed0dd57cc4e8fd1fe4375375a57e30923a0c7c 100644
|
| --- a/content/common/process_control.mojom
|
| +++ b/content/common/process_control.mojom
|
| @@ -7,6 +7,7 @@ module content;
|
| import "mojo/shell/public/interfaces/application.mojom";
|
|
|
| interface ProcessControl {
|
| - LoadApplication(string url, mojo.Application& request) => (bool success);
|
| + LoadApplication(string url,
|
| + mojo.shell.mojom.Application& request) => (bool success);
|
| };
|
|
|
|
|