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

Unified Diff: chrome/browser/ui/browser_iterator.cc

Issue 1644773003: Remove BrowserIterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host-desktop-1
Patch Set: . Created 4 years, 11 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 | « chrome/browser/ui/browser_iterator.h ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_iterator.cc
diff --git a/chrome/browser/ui/browser_iterator.cc b/chrome/browser/ui/browser_iterator.cc
deleted file mode 100644
index e2c22d917f9f34038a240f4debda72bea32d0db9..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/browser_iterator.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/browser_iterator.h"
-
-// TODO(scottmg): Remove this file entirely. http://crbug.com/558054.
-
-namespace chrome {
-
-BrowserIterator::BrowserIterator()
- : browser_list_(BrowserList::GetInstance()),
- iterator_(browser_list_->begin()) {
-}
-
-BrowserIterator::~BrowserIterator() {
-}
-
-void BrowserIterator::Next() {
- ++iterator_;
-}
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/ui/browser_iterator.h ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698