| Index: chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller.cc b/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| index 0c98b0f6ea0afaa591c7d5a18ea8f2b18f7f2333..488e3f965887bc93a4df396f722f90677e4cd47c 100644
|
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| @@ -25,7 +25,8 @@ KeywordEditorController::~KeywordEditorController() {
|
| // TODO(rsesek): Other platforms besides Mac should remember window
|
| // placement. http://crbug.com/22269
|
| void KeywordEditorController::RegisterPrefs(PrefService* prefs) {
|
| - prefs->RegisterDictionaryPref(prefs::kKeywordEditorWindowPlacement);
|
| + prefs->RegisterDictionaryPref(prefs::kKeywordEditorWindowPlacement,
|
| + false /* don't sync pref */);
|
| }
|
|
|
| int KeywordEditorController::AddTemplateURL(const string16& title,
|
|
|