Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Side by Side Diff: blimp/engine/browser_tests/blimp_browser_test.cc

Issue 2154363002: Move blimp switches to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « blimp/engine/browser_tests/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "blimp/engine/browser_tests/blimp_browser_test.h" 5 #include "blimp/engine/browser_tests/blimp_browser_test.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/base_switches.h" 9 #include "base/base_switches.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/memory/ptr_util.h" 12 #include "base/memory/ptr_util.h"
13 #include "base/message_loop/message_loop.h" 13 #include "base/message_loop/message_loop.h"
14 #include "base/path_service.h" 14 #include "base/path_service.h"
15 #include "base/run_loop.h" 15 #include "base/run_loop.h"
16 #include "blimp/client/app/blimp_client_switches.h" 16 #include "blimp/client/core/blimp_client_switches.h"
17 #include "blimp/client/session/assignment_source.h" 17 #include "blimp/client/session/assignment_source.h"
18 #include "blimp/common/switches.h" 18 #include "blimp/common/switches.h"
19 #include "blimp/engine/app/blimp_browser_main_parts.h" 19 #include "blimp/engine/app/blimp_browser_main_parts.h"
20 #include "blimp/engine/app/blimp_content_browser_client.h" 20 #include "blimp/engine/app/blimp_content_browser_client.h"
21 #include "blimp/engine/app/blimp_engine_config.h" 21 #include "blimp/engine/app/blimp_engine_config.h"
22 #include "blimp/engine/app/switches.h" 22 #include "blimp/engine/app/switches.h"
23 #include "blimp/engine/app/test_content_main_delegate.h" 23 #include "blimp/engine/app/test_content_main_delegate.h"
24 #include "blimp/engine/session/blimp_engine_session.h" 24 #include "blimp/engine/session/blimp_engine_session.h"
25 #include "content/public/browser/browser_thread.h" 25 #include "content/public/browser/browser_thread.h"
26 #include "content/public/browser/render_process_host.h" 26 #include "content/public/browser/render_process_host.h"
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 run_loop_ = base::WrapUnique(new base::RunLoop()); 120 run_loop_ = base::WrapUnique(new base::RunLoop());
121 run_loop_->Run(); 121 run_loop_->Run();
122 run_loop_ = nullptr; 122 run_loop_ = nullptr;
123 } 123 }
124 124
125 void BlimpBrowserTest::QuitRunLoop() { 125 void BlimpBrowserTest::QuitRunLoop() {
126 run_loop_->Quit(); 126 run_loop_->Quit();
127 } 127 }
128 128
129 } // namespace blimp 129 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/engine/browser_tests/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698