blob: 3cc40c8448563118ba01ff92b721366ae9de0f69 [file] [log] [blame]
[email protected]3b63f8f42011-03-28 01:54:151// Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]288bfcd32009-09-14 18:14:462// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#import <Cocoa/Cocoa.h>
6
David Roger51797642018-03-20 13:29:167#include "base/bind_helpers.h"
[email protected]1c62b2f2013-06-28 00:15:008#include "base/files/file_path.h"
[email protected]a8522032013-06-24 22:51:469#include "base/mac/scoped_nsobject.h"
[email protected]de6b8ecf2013-09-16 21:47:3110#include "base/run_loop.h"
andresantoso55fd2512015-04-01 21:07:0411#include "base/strings/utf_string_conversions.h"
[email protected]1a3aba82010-11-08 23:52:5412#include "chrome/app/chrome_command_ids.h"
[email protected]288bfcd32009-09-14 18:14:4613#import "chrome/browser/app_controller_mac.h"
[email protected]de6b8ecf2013-09-16 21:47:3114#include "chrome/browser/browser_process.h"
[email protected]1c62b2f2013-06-28 00:15:0015#include "chrome/browser/profiles/profile_manager.h"
16#include "chrome/common/chrome_constants.h"
17#include "chrome/common/pref_names.h"
[email protected]de6b8ecf2013-09-16 21:47:3118#include "chrome/test/base/testing_browser_process.h"
19#include "chrome/test/base/testing_profile.h"
[email protected]1c62b2f2013-06-28 00:15:0020#include "chrome/test/base/testing_profile_manager.h"
Gabriel Charettec7108742019-08-23 03:31:4021#include "content/public/test/browser_task_environment.h"
[email protected]288bfcd32009-09-14 18:14:46