blob: 928bde44de1ebd4c320965eaa0f915ca0081207a [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/test/test_browser_dialog_mac.h"
#import <Cocoa/Cocoa.h>
namespace internal {
void TestBrowserDialogInteractiveSetUp() {
[NSApp setActivationPolicy:NSApplicationActivationPolicyRegular];
[NSApp activateIgnoringOtherApps:YES];
}
} // namespace internal