Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 17f3723ca554170b330b3cc6e4f2d92a634d9f28..d4ac22fd1a727fc6e8665dce8e63d26a5f702844 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -65,6 +65,8 @@ Profile::Delegate::~Delegate() { |
// static |
const char Profile::kProfileKey[] = "__PROFILE__"; |
+// This must be a string which can never be a valid domain. |
+const char Profile::kNoHostedDomainFound[] = "NO_HOSTED_DOMAIN"; |
// static |
void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |