cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ios / chrome / browser / prefs / browser_prefs.cc
blob48877b4fc45a37eb4e4f86a8f6163035b4945f50
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ios/chrome/browser/prefs/browser_prefs.h"
7 #include "base/prefs/pref_service.h"
8 #include "ios/chrome/browser/pref_names.h"
10 // This method should be periodically pruned of year+ old migrations.
11 void MigrateObsoleteIOSProfilePrefs(PrefService* prefs) {
12 // Added 08/2015.
13 prefs->ClearPref(::prefs::kSigninSharedAuthenticationUserId);