OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "base/bind.h" | 5 #include "base/bind.h" |
6 #include "base/cancelable_callback.h" | 6 #include "base/cancelable_callback.h" |
7 #include "base/command_line.h" | 7 #include "base/command_line.h" |
8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
9 #include "base/memory/ref_counted.h" | 9 #include "base/memory/ref_counted.h" |
10 #include "base/path_service.h" | 10 #include "base/path_service.h" |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 content::CONSOLE_MESSAGE_LEVEL_LOG, | 611 content::CONSOLE_MESSAGE_LEVEL_LOG, |
612 "log"); | 612 "log"); |
613 devtools_manager->AddMessageToConsole(agent_host, | 613 devtools_manager->AddMessageToConsole(agent_host, |
614 content::CONSOLE_MESSAGE_LEVEL_ERROR, | 614 content::CONSOLE_MESSAGE_LEVEL_ERROR, |
615 "error"); | 615 "error"); |
616 RunTestFunction(window_, "checkLogAndErrorMessages"); | 616 RunTestFunction(window_, "checkLogAndErrorMessages"); |
617 CloseDevToolsWindow(); | 617 CloseDevToolsWindow(); |
618 } | 618 } |
619 | 619 |
620 } // namespace | 620 } // namespace |
OLD | NEW |