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
) {
13 prefs
->ClearPref(::prefs::kSigninSharedAuthenticationUserId
);