Index: chrome/browser/sync/sync_setup_flow.h |
=================================================================== |
--- chrome/browser/sync/sync_setup_flow.h (revision 64933) |
+++ chrome/browser/sync/sync_setup_flow.h (working copy) |
@@ -106,6 +106,7 @@ |
virtual bool IsDialogModal() const { |
return false; |
} |
+ virtual bool ShouldShowDialogTitle() const { return true; } |
void OnUserSubmittedAuth(const std::string& username, |
const std::string& password, |