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

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

Issue 338093007: Flip Finch Configs so we can harden DSE w/o extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/command_line.h" 7 #include "base/command_line.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/prefs/pref_service.h" 10 #include "base/prefs/pref_service.h"
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 EXPECT_TRUE(default_homepage_is_ntp); 284 EXPECT_TRUE(default_homepage_is_ntp);
285 } 285 }
286 286
287 INSTANTIATE_TEST_CASE_P( 287 INSTANTIATE_TEST_CASE_P(
288 FirstRunMasterPrefsWithTrackedPreferencesInstance, 288 FirstRunMasterPrefsWithTrackedPreferencesInstance,
289 FirstRunMasterPrefsWithTrackedPreferences, 289 FirstRunMasterPrefsWithTrackedPreferences,
290 testing::Values( 290 testing::Values(
291 chrome_prefs::internals::kSettingsEnforcementGroupNoEnforcement, 291 chrome_prefs::internals::kSettingsEnforcementGroupNoEnforcement,
292 chrome_prefs::internals::kSettingsEnforcementGroupEnforceAlways, 292 chrome_prefs::internals::kSettingsEnforcementGroupEnforceAlways,
293 chrome_prefs::internals:: 293 chrome_prefs::internals::
294 kSettingsEnforcementGroupEnforceAlwaysWithExtensions, 294 kSettingsEnforcementGroupEnforceAlwaysWithDSE,
295 chrome_prefs::internals:: 295 chrome_prefs::internals::
296 kSettingsEnforcementGroupEnforceAlwaysWithExtensionsAndDSE)); 296 kSettingsEnforcementGroupEnforceAlwaysWithExtensionsAndDSE));
297 297
298 #endif // !defined(OS_CHROMEOS) 298 #endif // !defined(OS_CHROMEOS)
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698