| Index: ios/web_view/shell/shell_app_delegate.m
|
| diff --git a/ios/web_view/shell/shell_app_delegate.m b/ios/web_view/shell/shell_app_delegate.m
|
| index 2ab0917c271d55ebb581a75f897a641f4975abe4..73dca2bacf70d672e9a325c256a3453babfc1979 100644
|
| --- a/ios/web_view/shell/shell_app_delegate.m
|
| +++ b/ios/web_view/shell/shell_app_delegate.m
|
| @@ -4,8 +4,6 @@
|
|
|
| #import "ios/web_view/shell/shell_app_delegate.h"
|
|
|
| -#import <ChromeWebView/ChromeWebView.h>
|
| -
|
| #import "ios/web_view/shell/shell_view_controller.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| @@ -21,8 +19,6 @@
|
| self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
| self.window.backgroundColor = [UIColor whiteColor];
|
|
|
| - [CWV configureWithUserAgentProductName:@"Dummy/1.0"];
|
| -
|
| [self.window makeKeyAndVisible];
|
|
|
| ShellViewController* controller = [[ShellViewController alloc] init];
|
|
|