| Index: chrome/browser/remoting/remoting_setup_flow.cc
|
| ===================================================================
|
| --- chrome/browser/remoting/remoting_setup_flow.cc (revision 64933)
|
| +++ chrome/browser/remoting/remoting_setup_flow.cc (working copy)
|
| @@ -172,6 +172,10 @@
|
| return true;
|
| }
|
|
|
| +bool RemotingSetupFlow::ShouldShowDialogTitle() const {
|
| + return true;
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // GaiaAuthConsumer implementation.
|
| void RemotingSetupFlow::OnClientLoginFailure(
|
|
|