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

Unified Diff: chrome/browser/gtk/options/options_window_gtk.cc

Issue 165257: Build browser/sync files by default using a stubbed-out syncapi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/gtk/options/options_window_gtk.cc
===================================================================
--- chrome/browser/gtk/options/options_window_gtk.cc (revision 23002)
+++ chrome/browser/gtk/options/options_window_gtk.cc (working copy)
@@ -117,7 +117,7 @@
l10n_util::GetStringUTF8(IDS_OPTIONS_CONTENT_TAB_LABEL).c_str()));
#ifdef CHROME_PERSONALIZATION
- if (!Personalization::IsP13NDisabled(profile)) {
+ if (Personalization::IsSyncEnabled(profile)) {
gtk_notebook_append_page(
GTK_NOTEBOOK(notebook_),
gtk_label_new("TODO personalization"),

Powered by Google App Engine
This is Rietveld 408576698