diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:46:02 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:46:02 +0000 |
commit | 2858bbf9099f835325422009c5945e9b26a97d42 (patch) | |
tree | 4751ec07dc414566f15d9995386b73805facfca0 /chrome/browser/app_modal_dialog_queue.cc | |
parent | e22ddddb19c659dce909396cb2320979cbedc5d2 (diff) | |
download | chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.zip chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.tar.gz chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.tar.bz2 |
FBTF: Continue fixing nits found by my automated source scanner.
(~1.3 megs off Debug linux .a files)
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3556013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/app_modal_dialog_queue.cc')
-rw-r--r-- | chrome/browser/app_modal_dialog_queue.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/app_modal_dialog_queue.cc b/chrome/browser/app_modal_dialog_queue.cc index 3abdbad..d3f48d7 100644 --- a/chrome/browser/app_modal_dialog_queue.cc +++ b/chrome/browser/app_modal_dialog_queue.cc @@ -34,6 +34,12 @@ void AppModalDialogQueue::ActivateModalDialog() { active_dialog_->ActivateModalDialog(); } +AppModalDialogQueue::AppModalDialogQueue() + : active_dialog_(NULL), showing_modal_dialog_(false) { +} + +AppModalDialogQueue::~AppModalDialogQueue() {} + void AppModalDialogQueue::ShowModalDialog(AppModalDialog* dialog) { // Be sure and set the active_dialog_ field first, otherwise if // ShowModalDialog triggers a call back to the queue they'll get the old |