Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1818)

Unified Diff: chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h

Issue 10407109: Update a comment to remove a reference to BrowserList::GetLastActive which was obsolete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h
===================================================================
--- chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h (revision 138377)
+++ chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h (working copy)
@@ -24,10 +24,7 @@
// queue, the dialog will be shown immediately. Once it is shown, the
// most recently active browser window (or whichever is currently active)
// 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
- // 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.
+ // activate any other browser windows.
// Note: The AppModalDialog |dialog| must be window modal before it
// can be added as app modal.
void AddDialog(AppModalDialog* dialog);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698