cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ios / chrome / browser / prefs / browser_prefs.h
blobcae918b8dfc536a21c7edaaed5f92ff4ba9c8e67
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 #ifndef IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
6 #define IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
8 class PrefService;
10 // Migrate/cleanup deprecated prefs in the profile's pref store. Over time, long
11 // deprecated prefs should be removed as new ones are added, but this call
12 // should never go away (even if it becomes an empty call for some time) as it
13 // should remain *the* place to drop deprecated profile prefs at.
14 void MigrateObsoleteIOSProfilePrefs(PrefService* prefs);
16 #endif // IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_