| Index: chrome/browser/remoting/remoting_setup_flow.cc
 | 
| diff --git a/chrome/browser/remoting/remoting_setup_flow.cc b/chrome/browser/remoting/remoting_setup_flow.cc
 | 
| index f5b59379f2fe697d4d13457174725cc0b5495e7e..fc50e8de0a33c2e9b7bb04ec396f9488e5df5a40 100644
 | 
| --- a/chrome/browser/remoting/remoting_setup_flow.cc
 | 
| +++ b/chrome/browser/remoting/remoting_setup_flow.cc
 | 
| @@ -172,6 +172,10 @@ bool  RemotingSetupFlow::IsDialogModal() const {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| +bool RemotingSetupFlow::ShouldShowDialogTitle() const {
 | 
| +  return true;
 | 
| +}
 | 
| +
 | 
|  ///////////////////////////////////////////////////////////////////////////////
 | 
|  // GaiaAuthConsumer implementation.
 | 
|  void RemotingSetupFlow::OnClientLoginFailure(
 | 
| 
 |