| Index: chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/options/content_page_gtk.cc (revision 71694)
|
| +++ chrome/browser/ui/gtk/options/content_page_gtk.cc (working copy)
|
| @@ -603,7 +603,7 @@
|
|
|
| void ContentPageGtk::OnSyncActionLinkClicked(GtkWidget* widget) {
|
| DCHECK(sync_service_ && !sync_service_->IsManaged());
|
| - sync_service_->ShowConfigure(NULL);
|
| + sync_service_->ShowErrorUI(NULL);
|
| }
|
|
|
| void ContentPageGtk::OnStopSyncDialogResponse(GtkWidget* widget, int response) {
|
|
|