Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index b1b8817c01ddf47b70087498628d3a7dbb8ef2d6..9d41858e6cc973d006388853d3c528b3f5df1866 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -523,6 +523,9 @@ class Profile { |
// Creates ChromeOS's EnterpriseExtensionListener. |
virtual void SetupChromeOSEnterpriseExtensionObserver() = 0; |
+ // Initializes Chrome OS's preferences. |
+ virtual void InitChromeOSPreferences() = 0; |
+ |
#endif // defined(OS_CHROMEOS) |
// Returns the helper object that provides the proxy configuration service |