| Index: content/shell/app/shell_main_delegate_mac.mm
|
| diff --git a/content/shell/app/shell_main_delegate_mac.mm b/content/shell/app/shell_main_delegate_mac.mm
|
| index bba20a1c2c5228fc911756f17b30da3f7a86af1d..319171fea86d61cf2749893d817a65cff23b9626 100644
|
| --- a/content/shell/app/shell_main_delegate_mac.mm
|
| +++ b/content/shell/app/shell_main_delegate_mac.mm
|
| @@ -29,7 +29,7 @@
|
| initWithContentsOfFile:base::mac::FilePathToNSString(info_plist)]);
|
|
|
| bool running_layout_tests = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kRunLayoutTest);
|
| + switches::kDumpRenderTree);
|
| bool not_high_resolution_capable =
|
| [info_dict objectForKey:kHighResolutionCapable] &&
|
| [[info_dict objectForKey:kHighResolutionCapable] isEqualToNumber:@(NO)];
|
|
|