| Index: ui/ozone/public/ozone_platform.h
|
| diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h
|
| index ad4536366c34cd044ff50dbd17b46311369786ee..7cd5cbebfdff878d087f69540786b6c7b77b6f28 100644
|
| --- a/ui/ozone/public/ozone_platform.h
|
| +++ b/ui/ozone/public/ozone_platform.h
|
| @@ -79,11 +79,6 @@ class OZONE_EXPORT OzonePlatform {
|
| static OzonePlatform* EnsureInstance();
|
|
|
| // Initializes the subsystems/resources necessary for the UI process (e.g.
|
| - // events, etc.)
|
| - // TODO(rjkroege): Remove deprecated entry point (http://crbug.com/620934)
|
| - static void InitializeForUI();
|
| -
|
| - // Initializes the subsystems/resources necessary for the UI process (e.g.
|
| // events) with additional properties to customize the ozone platform
|
| // implementation. Ozone will not retain InitParams after returning from
|
| // InitalizeForUI.
|
|
|