| Index: chrome/browser/views/keyword_editor_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/keyword_editor_view.cc (revision 27332)
|
| +++ chrome/browser/views/keyword_editor_view.cc (working copy)
|
| @@ -112,6 +112,10 @@
|
| return l10n_util::GetString(IDS_SEARCH_ENGINES_EDITOR_WINDOW_TITLE);
|
| }
|
|
|
| +std::wstring KeywordEditorView::GetWindowName() const {
|
| + return prefs::kKeywordEditorWindowPlacement;
|
| +}
|
| +
|
| int KeywordEditorView::GetDialogButtons() const {
|
| return MessageBoxFlags::DIALOGBUTTON_CANCEL;
|
| }
|
|
|