summaryrefslogtreecommitdiffstats
path: root/content/shell/app/shell_main_delegate_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/app/shell_main_delegate_mac.mm')
-rw-r--r--content/shell/app/shell_main_delegate_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/app/shell_main_delegate_mac.mm b/content/shell/app/shell_main_delegate_mac.mm
index 319171f..bba20a1 100644
--- a/content/shell/app/shell_main_delegate_mac.mm
+++ b/content/shell/app/shell_main_delegate_mac.mm
@@ -29,7 +29,7 @@ void EnsureCorrectResolutionSettings() {
initWithContentsOfFile:base::mac::FilePathToNSString(info_plist)]);
bool running_layout_tests = base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kDumpRenderTree);
+ switches::kRunLayoutTest);
bool not_high_resolution_capable =
[info_dict objectForKey:kHighResolutionCapable] &&
[[info_dict objectForKey:kHighResolutionCapable] isEqualToNumber:@(NO)];