| Index: ios/chrome/app/steps/launch_to_foreground.h
|
| diff --git a/ios/chrome/app/steps/launch_to_foreground.h b/ios/chrome/app/steps/launch_to_foreground.h
|
| index 4738131f912bf3fe89fc7c7e696d830673847291..3bf368d86aa77bedde9f32442c2191ada210f820 100644
|
| --- a/ios/chrome/app/steps/launch_to_foreground.h
|
| +++ b/ios/chrome/app/steps/launch_to_foreground.h
|
| @@ -22,14 +22,6 @@
|
| @interface BeginForegrounding : NSObject<ApplicationStep>
|
| @end
|
|
|
| -// Initializes the browser state held by the application state, setting its
|
| -// initial cookie policies and any other pre-foreground inialization.
|
| -// Pre: Application phase is APPLICATION_BACKGROUNDED and the application
|
| -// state has a non-null browser state.
|
| -// Post: Application phase is (still) APPLICATION_BACKGROUNDED.
|
| -@interface BrowserStateInitializer : NSObject<ApplicationStep>
|
| -@end
|
| -
|
| // Creates the main window and makes it key, but doesn't make it visible yet.
|
| // Pre: Application phase is APPLICATION_BACKGROUNDED.
|
| // Post: Application phase is (still) APPLICATION_BACKGROUNDED.
|
|
|