| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 09d6a58f8e5a324e76fd8aa670d6177ed6b48d74..c5017c48f1621a5b65d10b5427770a98b5ba1a3d 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -192,6 +192,7 @@ class Profile : public content::BrowserContext {
|
| // Retrieves a pointer to the PrefService that manages the
|
| // preferences for this user profile.
|
| virtual PrefService* GetPrefs() = 0;
|
| + virtual const PrefService* GetPrefs() const = 0;
|
|
|
| // Retrieves a pointer to the PrefService that manages the default zoom
|
| // level and the per-host zoom levels for this user profile.
|
|
|