Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: trunk/src/chrome/test/data/pdf/pdf_extension_test.cc

Issue 302163007: Revert 274186 "Re-enable PDFExtensionTest.BasicPlugin" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/data/pdf/basic_plugin_test.js ('k') | trunk/src/chrome/test/data/pdf/viewport_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698