| Index: chrome/browser/ui/browser_list.cc
|
| diff --git a/chrome/browser/ui/browser_list.cc b/chrome/browser/ui/browser_list.cc
|
| index dca3d24012253878db032525cee2dc8f956f5583..15fb57c46aac776a785a711a83b524f547bfe144 100644
|
| --- a/chrome/browser/ui/browser_list.cc
|
| +++ b/chrome/browser/ui/browser_list.cc
|
| @@ -46,16 +46,6 @@ void BrowserList::CloseAllBrowsersWithProfile(Profile* profile) {
|
| }
|
|
|
| // static
|
| -BrowserList::const_iterator BrowserList::begin() {
|
| - return GetNativeList()->begin();
|
| -}
|
| -
|
| -// static
|
| -BrowserList::const_iterator BrowserList::end() {
|
| - return GetNativeList()->end();
|
| -}
|
| -
|
| -// static
|
| bool BrowserList::empty() {
|
| return GetNativeList()->empty();
|
| }
|
|
|