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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 8 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/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index a363530fa39fb0dbb3b4e4ac3c4eb4f918dd8d89..399bc9c9353ebd9e66e06aefb6a51f35166ec5db 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -492,6 +492,11 @@ void OffTheRecordProfileImpl::InitChromeOSPreferences() {
// The incognito profile shouldn't have Chrome OS's preferences.
// The preferences are associated with the regular user profile.
}
+
+void OffTheRecordProfileImpl::SetOnPrefsLoadedHook(
+ const base::Callback<void(Profile*, const base::Closure&)>& /* callback*/) {
robliao 2015/04/13 17:32:30 Nit: Space after the k in callback.
Alexander Alekseev 2015/04/14 14:20:44 Done.
+}
+
#endif // defined(OS_CHROMEOS)
PrefProxyConfigTracker* OffTheRecordProfileImpl::GetProxyConfigTracker() {

Powered by Google App Engine
This is Rietveld 408576698