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

Side by Side Diff: chrome/test/base/testing_browser_process.cc

Issue 7616019: Reorganize chrome/test, part #9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "chrome/test/testing_browser_process.h" 5 #include "chrome/test/base/testing_browser_process.h"
6 6
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "chrome/browser/google/google_url_tracker.h" 8 #include "chrome/browser/google/google_url_tracker.h"
9 #include "chrome/browser/notifications/notification_ui_manager.h" 9 #include "chrome/browser/notifications/notification_ui_manager.h"
10 #include "chrome/browser/policy/browser_policy_connector.h" 10 #include "chrome/browser/policy/browser_policy_connector.h"
11 #include "chrome/browser/prefs/pref_service.h" 11 #include "chrome/browser/prefs/pref_service.h"
12 #include "chrome/browser/prerender/prerender_tracker.h" 12 #include "chrome/browser/prerender/prerender_tracker.h"
13 #include "chrome/browser/printing/background_printing_manager.h" 13 #include "chrome/browser/printing/background_printing_manager.h"
14 #include "chrome/browser/profiles/profile_manager.h" 14 #include "chrome/browser/profiles/profile_manager.h"
15 #include "content/browser/debugger/devtools_manager.h" 15 #include "content/browser/debugger/devtools_manager.h"
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 // in stages, and Windows is first. See below for more info. 294 // in stages, and Windows is first. See below for more info.
295 g_browser_process = NULL; 295 g_browser_process = NULL;
296 #else 296 #else
297 // TODO(phajdan.jr): Temporary, for http://crbug.com/61062. 297 // TODO(phajdan.jr): Temporary, for http://crbug.com/61062.
298 // After the transition is over, we should just 298 // After the transition is over, we should just
299 // reset |g_browser_process| to NULL. 299 // reset |g_browser_process| to NULL.
300 browser_process_.reset(); 300 browser_process_.reset();
301 g_browser_process = new TestingBrowserProcess(); 301 g_browser_process = new TestingBrowserProcess();
302 #endif 302 #endif
303 } 303 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | chrome/test/base/testing_browser_process_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698