| Index: chrome/test/base/ui_test_utils.cc
|
| diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
|
| index ff06e5d20e7cf2c9a012ebbc54229ff10d032da3..2cc4ce2664bff119f86f6f1699ed35c8cdcc7996 100644
|
| --- a/chrome/test/base/ui_test_utils.cc
|
| +++ b/chrome/test/base/ui_test_utils.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/devtools/devtools_window.h"
|
| #include "chrome/browser/extensions/extension_action.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -269,13 +268,6 @@ void NavigateToURLBlockUntilNavigationsComplete(Browser* browser,
|
| BROWSER_TEST_WAIT_FOR_NAVIGATION);
|
| }
|
|
|
| -void WaitUntilDevToolsWindowLoaded(DevToolsWindow* window) {
|
| - scoped_refptr<content::MessageLoopRunner> runner =
|
| - new content::MessageLoopRunner;
|
| - window->SetLoadCompletedCallback(runner->QuitClosure());
|
| - runner->Run();
|
| -}
|
| -
|
| base::FilePath GetTestFilePath(const base::FilePath& dir,
|
| const base::FilePath& file) {
|
| base::FilePath path;
|
|
|