diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:13:49 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:13:49 +0000 |
commit | a3b06f719a9c541947cd1d3b2fca6950d48b0967 (patch) | |
tree | a5e083a9e8a0d6a2d5e64466a15f063141bbd972 /chrome/browser/ui/browser_iterator.h | |
parent | 2071815b55f9014dfab92e83109e133bb855b370 (diff) | |
download | chromium_src-a3b06f719a9c541947cd1d3b2fca6950d48b0967.zip chromium_src-a3b06f719a9c541947cd1d3b2fca6950d48b0967.tar.gz chromium_src-a3b06f719a9c541947cd1d3b2fca6950d48b0967.tar.bz2 |
Add BrowserIterator::Reset() and use it to replace BrowserList::const_iterator in browser::CloseAllBrowsers().
BUG=129187
Review URL: https://chromiumcodereview.appspot.com/12134002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_iterator.h')
-rw-r--r-- | chrome/browser/ui/browser_iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_iterator.h b/chrome/browser/ui/browser_iterator.h index 4911679..91ea8e8 100644 --- a/chrome/browser/ui/browser_iterator.h +++ b/chrome/browser/ui/browser_iterator.h @@ -27,7 +27,7 @@ class BrowserIterator { public: BrowserIterator(); - // Returns true if we are past the last Browser. + // Returns true if this iterator is past the last Browser. bool done() const { // |current_iterator_| is never at the end of a list unless it is done (it // immediately moves to the next browser list upon hitting the end of the |