| Index: components/cronet/ios/test/start_cronet.h
|
| diff --git a/chrome/common/shell_handler_win.mojom b/components/cronet/ios/test/start_cronet.h
|
| similarity index 50%
|
| copy from chrome/common/shell_handler_win.mojom
|
| copy to components/cronet/ios/test/start_cronet.h
|
| index b16648d6064b4353ccc4c2c4bc34cc42f0268c46..e965c3e20c81b8a6c125a09d2d06b8e96060fbd4 100644
|
| --- a/chrome/common/shell_handler_win.mojom
|
| +++ b/components/cronet/ios/test/start_cronet.h
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojom;
|
| +namespace cronet {
|
|
|
| -interface ShellHandler {
|
| - // Returns the pinned state of the current executable.
|
| - IsPinnedToTaskbar() => (bool succeeded, bool is_pinned_to_taskbar);
|
| -};
|
| +// Starts Cronet if it hasn't already been started. Will always update Cronet
|
| +// to point test.example.com" to "localhost:|port|".
|
| +void StartCronetIfNecessary(int port);
|
| +
|
| +} // namespace cronet
|
|
|