Commit 7e2a3998 authored by ben@chromium.org's avatar ben@chromium.org

Update a comment to remove a reference to BrowserList::GetLastActive which was obsolete.

http://crbug.com/129187
TEST=none
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/10407109

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138385 0039d316-1c4b-4281-b951-d872f2087c98
parent 15fb2aad
...@@ -24,10 +24,7 @@ class AppModalDialogQueue { ...@@ -24,10 +24,7 @@ class AppModalDialogQueue {
// queue, the dialog will be shown immediately. Once it is shown, the // queue, the dialog will be shown immediately. Once it is shown, the
// most recently active browser window (or whichever is currently active) // most recently active browser window (or whichever is currently active)
// will be app modal, meaning it will be activated if the user tries to // will be app modal, meaning it will be activated if the user tries to
// activate any other browser windows. So the dialog being shown should // activate any other browser windows.
// assure it is the child of BrowserList::GetLastActive() so that it is
// activated as well. See browser_list.h for more notes about our somewhat
// sloppy app modality.
// Note: The AppModalDialog |dialog| must be window modal before it // Note: The AppModalDialog |dialog| must be window modal before it
// can be added as app modal. // can be added as app modal.
void AddDialog(AppModalDialog* dialog); void AddDialog(AppModalDialog* dialog);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment