diff options
Diffstat (limited to 'chrome/browser/remoting/remoting_setup_flow.cc')
| -rw-r--r-- | chrome/browser/remoting/remoting_setup_flow.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/remoting/remoting_setup_flow.cc b/chrome/browser/remoting/remoting_setup_flow.cc index f5b5937..fc50e8d 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( |
