| 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/bind_helpers.h" | 6 #include "base/bind_helpers.h" |
| 7 #include "base/command_line.h" | 7 #include "base/command_line.h" |
| 8 #include "base/file_path.h" | 8 #include "base/file_path.h" |
| 9 #include "base/utf_string_conversions.h" | 9 #include "base/utf_string_conversions.h" |
| 10 #include "base/values.h" | 10 #include "base/values.h" |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 // log_view_painter.js | 634 // log_view_painter.js |
| 635 //////////////////////////////////////////////////////////////////////////////// | 635 //////////////////////////////////////////////////////////////////////////////// |
| 636 | 636 |
| 637 // Check that we correctly remove cookies and login information. | 637 // Check that we correctly remove cookies and login information. |
| 638 IN_PROC_BROWSER_TEST_F(NetInternalsTest, | 638 IN_PROC_BROWSER_TEST_F(NetInternalsTest, |
| 639 NetInternalsLogViewPainterStripInfo) { | 639 NetInternalsLogViewPainterStripInfo) { |
| 640 EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsLogViewPainterStripInfo")); | 640 EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsLogViewPainterStripInfo")); |
| 641 } | 641 } |
| 642 | 642 |
| 643 } // namespace | 643 } // namespace |
| OLD | NEW |