| Index: chrome/browser/chromeos/login/login_html_dialog.h
|
| diff --git a/chrome/browser/chromeos/login/login_html_dialog.h b/chrome/browser/chromeos/login/login_html_dialog.h
|
| index 9bb4ee6bc2e3f9869756fb6ee21fc1c3746f96a8..45f4d88c18c2d3dfee0ded57795aff108b2207a5 100644
|
| --- a/chrome/browser/chromeos/login/login_html_dialog.h
|
| +++ b/chrome/browser/chromeos/login/login_html_dialog.h
|
| @@ -57,6 +57,7 @@ class LoginHtmlDialog : public HtmlDialogUIDelegate {
|
| virtual std::string GetDialogArgs() const { return std::string(); }
|
| virtual void OnDialogClosed(const std::string& json_retval);
|
| virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
|
| + virtual bool ShouldShowDialogTitle() const { return true; }
|
|
|
| private:
|
| // Notifications receiver.
|
|
|