Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 87a4c5fd6c31906e0bcfbec6026d9a7c52d9360e..c30238a6ff32050c47dfd417848bd58bf0f7a191 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[]; |
+ // Null value for the kProfileHostedDomain preference. |
noms (inactive)
2014/09/19 17:23:57
nit: maybe rephrase it to "Value that represents a
Mike Lerman
2014/09/19 18:51:40
Done.
|
+ static const char kNoHostedDomainFound[]; |
Profile(); |
virtual ~Profile(); |