| Index: chrome/browser/sessions/better_session_restore_browsertest.cc
|
| diff --git a/chrome/browser/sessions/better_session_restore_browsertest.cc b/chrome/browser/sessions/better_session_restore_browsertest.cc
|
| index 46f1dfea05149c167a5b808df5af025adce36a0f..b6f21da976379af05758f651e64a5819bb39335b 100644
|
| --- a/chrome/browser/sessions/better_session_restore_browsertest.cc
|
| +++ b/chrome/browser/sessions/better_session_restore_browsertest.cc
|
| @@ -52,15 +52,6 @@
|
|
|
| namespace {
|
|
|
| -Browser* FindOneOtherBrowserForProfile(Profile* profile,
|
| - Browser* not_this_browser) {
|
| - for (chrome::BrowserIterator it; !it.done(); it.Next()) {
|
| - if (*it != not_this_browser && it->profile() == profile)
|
| - return *it;
|
| - }
|
| - return NULL;
|
| -}
|
| -
|
| // We need to serve the test files so that PRE_Test and Test can access the same
|
| // page using the same URL. In addition, perceived security origin of the page
|
| // needs to stay the same, so e.g., redirecting the URL requests doesn't
|
|
|