| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 87a4c5fd6c31906e0bcfbec6026d9a7c52d9360e..d779b274c7d84f86988dedab6d78bc54bcaf04a5 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -145,6 +145,8 @@ class Profile : public content::BrowserContext {
|
|
|
| // Key used to bind profile to the widget with which it is associated.
|
| static const char kProfileKey[];
|
| + // Value representing no hosted domain in the kProfileHostedDomain preference.
|
| + static const char kNoHostedDomainFound[];
|
|
|
| Profile();
|
| virtual ~Profile();
|
|
|