| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 5dc721b6508f61918cfdf47d16aa0691ade01907..d826bb46942b307936dfa212564280283c26aa5e 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -72,6 +72,8 @@ Profile::Delegate::~Delegate() {
|
|
|
| // static
|
| const char Profile::kProfileKey[] = "__PROFILE__";
|
| +// static
|
| +const char Profile::kThemeProfileKey[] = "__THEME_PROFILE__";
|
| // This must be a string which can never be a valid domain.
|
| const char Profile::kNoHostedDomainFound[] = "NO_HOSTED_DOMAIN";
|
|
|
|
|