OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/base_paths.h" | 5 #include "base/base_paths.h" |
6 #include "base/file_util.h" | 6 #include "base/file_util.h" |
7 #include "base/path_service.h" | 7 #include "base/path_service.h" |
8 #include "chrome/browser/extensions/component_loader.h" | 8 #include "chrome/browser/extensions/component_loader.h" |
9 #include "chrome/browser/extensions/extension_apitest.h" | 9 #include "chrome/browser/extensions/extension_apitest.h" |
10 #include "chrome/browser/extensions/extension_service.h" | 10 #include "chrome/browser/extensions/extension_service.h" |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 | 89 |
90 // TODO(raymes): investigate why this started failing after PDF plugin became | 90 // TODO(raymes): investigate why this started failing after PDF plugin became |
91 // open source. | 91 // open source. |
92 IN_PROC_BROWSER_TEST_F(PDFExtensionTest, DISABLED_BasicPlugin) { | 92 IN_PROC_BROWSER_TEST_F(PDFExtensionTest, DISABLED_BasicPlugin) { |
93 RunTestsInFile("basic_plugin_test.js", true); | 93 RunTestsInFile("basic_plugin_test.js", true); |
94 } | 94 } |
95 | 95 |
96 IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Viewport) { | 96 IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Viewport) { |
97 RunTestsInFile("viewport_test.js", false); | 97 RunTestsInFile("viewport_test.js", false); |
98 } | 98 } |
OLD | NEW |