Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4239)

Unified Diff: chrome/browser/profiles/profile.h

Issue 566933005: Do not display lock for hosted domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to a hosted domain preference. Fix unit tests. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698