| Index: components/cronet/ios/test/start_cronet.h
|
| diff --git a/ios/web/webui/resources/web_ui_base.js b/components/cronet/ios/test/start_cronet.h
|
| similarity index 57%
|
| copy from ios/web/webui/resources/web_ui_base.js
|
| copy to components/cronet/ios/test/start_cronet.h
|
| index d5da207180e762dc4a02c55d4a1e123d8e4197e9..9216eb5f1845578829240313dad89336acb6a3e5 100644
|
| --- a/ios/web/webui/resources/web_ui_base.js
|
| +++ b/components/cronet/ios/test/start_cronet.h
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -goog.provide('__crWeb.webUIBase');
|
| +namespace cronet {
|
|
|
| -window['chrome'] = window ['chrome'] || {};
|
| +// Starts Cronet if it hasn't already been started.
|
| +void StartCronetIfNecessary();
|
|
|
| +} // namespace cronet
|
|
|