| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 9610472b841ffd17f0019dbff08059d80ccced0b..0e55daf14af2dc9be1b42be534757bd8fab5ab13 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -210,9 +210,6 @@ class Profile : public content::BrowserContext {
|
| // Returns the SSLConfigService for this profile.
|
| virtual net::SSLConfigService* GetSSLConfigService() = 0;
|
|
|
| - // Returns the Hostname <-> Content settings map for this profile.
|
| - virtual HostContentSettingsMap* GetHostContentSettingsMap() = 0;
|
| -
|
| // Return whether 2 profiles are the same. 2 profiles are the same if they
|
| // represent the same profile. This can happen if there is pointer equality
|
| // or if one profile is the incognito version of another profile (or vice
|
|
|