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

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

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gab & nikita comments Created 6 years, 9 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/profiles_state.h
diff --git a/chrome/browser/profiles/profiles_state.h b/chrome/browser/profiles/profiles_state.h
index 9f0178d3016e944b05635ce62acef2f9ceb37ff9..1ab917704a0d367bd13c6292000f70dec72a6c1a 100644
--- a/chrome/browser/profiles/profiles_state.h
+++ b/chrome/browser/profiles/profiles_state.h
@@ -12,6 +12,7 @@ class Browser;
class PrefRegistrySimple;
class Profile;
namespace base { class FilePath; }
+namespace user_prefs { class PrefRegistrySyncable; }
namespace profiles {
@@ -25,6 +26,9 @@ base::FilePath GetDefaultProfileDir(const base::FilePath& user_data_dir);
// Register multi-profile related preferences in Local State.
void RegisterPrefs(PrefRegistrySimple* registry);
+// Register per-profile tutorial preferences.
+void RegisterTutorialPrefs(user_prefs::PrefRegistrySyncable* registry);
+
// Returns the display name of the active on-the-record profile (or guest)
// used in the avatar button. If there is only one local profile present, it
// will return IDS_SINGLE_PROFILE_DISPLAY_NAME, unless the profile has a

Powered by Google App Engine
This is Rietveld 408576698