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

Side by Side Diff: chrome/browser/first_run/first_run_browsertest.cc

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <string> 5 #include <string>
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/prefs/pref_service.h" 12 #include "base/prefs/pref_service.h"
13 #include "base/strings/string_util.h" 13 #include "base/strings/string_util.h"
14 #include "base/strings/utf_string_conversions.h" 14 #include "base/strings/utf_string_conversions.h"
15 #include "build/build_config.h"
15 #include "chrome/browser/browser_process.h" 16 #include "chrome/browser/browser_process.h"
16 #include "chrome/browser/extensions/component_loader.h" 17 #include "chrome/browser/extensions/component_loader.h"
17 #include "chrome/browser/first_run/first_run.h" 18 #include "chrome/browser/first_run/first_run.h"
18 #include "chrome/browser/importer/importer_list.h" 19 #include "chrome/browser/importer/importer_list.h"
19 #include "chrome/browser/prefs/chrome_pref_service_factory.h" 20 #include "chrome/browser/prefs/chrome_pref_service_factory.h"
20 #include "chrome/browser/profiles/profile_manager.h" 21 #include "chrome/browser/profiles/profile_manager.h"
21 #include "chrome/browser/ui/browser.h" 22 #include "chrome/browser/ui/browser.h"
22 #include "chrome/browser/ui/tabs/tab_strip_model.h" 23 #include "chrome/browser/ui/tabs/tab_strip_model.h"
23 #include "chrome/common/chrome_switches.h" 24 #include "chrome/common/chrome_switches.h"
24 #include "chrome/common/pref_names.h" 25 #include "chrome/common/pref_names.h"
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 FirstRunMasterPrefsWithTrackedPreferences, 305 FirstRunMasterPrefsWithTrackedPreferences,
305 testing::Values( 306 testing::Values(
306 chrome_prefs::internals::kSettingsEnforcementGroupNoEnforcement, 307 chrome_prefs::internals::kSettingsEnforcementGroupNoEnforcement,
307 chrome_prefs::internals::kSettingsEnforcementGroupEnforceAlways, 308 chrome_prefs::internals::kSettingsEnforcementGroupEnforceAlways,
308 chrome_prefs::internals:: 309 chrome_prefs::internals::
309 kSettingsEnforcementGroupEnforceAlwaysWithDSE, 310 kSettingsEnforcementGroupEnforceAlwaysWithDSE,
310 chrome_prefs::internals:: 311 chrome_prefs::internals::
311 kSettingsEnforcementGroupEnforceAlwaysWithExtensionsAndDSE)); 312 kSettingsEnforcementGroupEnforceAlwaysWithExtensionsAndDSE));
312 313
313 #endif // !defined(OS_CHROMEOS) 314 #endif // !defined(OS_CHROMEOS)
OLDNEW
« no previous file with comments | « chrome/browser/first_run/first_run.cc ('k') | chrome/browser/first_run/first_run_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698