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

Unified Diff: chrome/browser/ui/app_list/model_pref_updater.cc

Issue 853743002: First pass at fixing guest browser cookies issue. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete the Profile Manager. Guest Profile doesn't write to autocomplete/history. Views still needs … Created 5 years, 10 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
« no previous file with comments | « chrome/browser/ui/app_list/app_list_syncable_service.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/model_pref_updater.cc
diff --git a/chrome/browser/ui/app_list/model_pref_updater.cc b/chrome/browser/ui/app_list/model_pref_updater.cc
index ea79bd9d58473968ea12092466fc45a41178b885..5f3f041efc2f6380d3126a8141eecdaa8b9e82d3 100644
--- a/chrome/browser/ui/app_list/model_pref_updater.cc
+++ b/chrome/browser/ui/app_list/model_pref_updater.cc
@@ -15,6 +15,7 @@ namespace app_list {
ModelPrefUpdater::ModelPrefUpdater(AppListPrefs* app_list_prefs,
AppListModel* model)
: app_list_prefs_(app_list_prefs), model_(model) {
+ DLOG(ERROR) << "modelpref";
model_->AddObserver(this);
}
« no previous file with comments | « chrome/browser/ui/app_list/app_list_syncable_service.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698