| Index: chrome/browser/sync/sync_setup_flow.h
 | 
| diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
 | 
| index 28791463cfdd490e23b90a349e26013fcf337f1f..4b4b0348619bfa9d3dd53f112ae0d72dc211f6db 100644
 | 
| --- a/chrome/browser/sync/sync_setup_flow.h
 | 
| +++ b/chrome/browser/sync/sync_setup_flow.h
 | 
| @@ -106,6 +106,7 @@ class SyncSetupFlow : public HtmlDialogUIDelegate {
 | 
|    virtual bool IsDialogModal() const {
 | 
|      return false;
 | 
|    }
 | 
| +  virtual bool ShouldShowDialogTitle() const { return true; }
 | 
|  
 | 
|    void OnUserSubmittedAuth(const std::string& username,
 | 
|                             const std::string& password,
 | 
| 
 |