diff options
author | scottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 21:57:35 +0000 |
---|---|---|
committer | scottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 21:57:35 +0000 |
commit | ea161da013c64b7d63921a3a23289a667d284e0e (patch) | |
tree | a69d71b4b815b7a61143e101147ea0124ddf56b8 /chrome/browser/sync | |
parent | bdcbfd7bca18798c4ae1169e3c79f5c816df390f (diff) | |
download | chromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.zip chromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.tar.gz chromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.tar.bz2 |
Cloud Print Dialog work.
Allow an HTML dialog to suppress the title bar in a Chromium OS bubble window.
For the Cloud Print dialog, remember the last size requested by the contents.
BUG=chromium-os:8494
TEST=none
Review URL: http://codereview.chromium.org/4110010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/sync_setup_flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h index 2879146..4b4b034 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, |