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

Unified Diff: chrome/browser/pdf/pdf_extension_test.cc

Issue 2864603006: Revert of Handle long press in PDF documents. (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/gesture_detector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/pdf/pdf_extension_test.cc
diff --git a/chrome/browser/pdf/pdf_extension_test.cc b/chrome/browser/pdf/pdf_extension_test.cc
index d36e22dfd2884e2f367265d21db4ab583c5acf32..831876a146eb22ea0e8cd7339c1e9760471d21d5 100644
--- a/chrome/browser/pdf/pdf_extension_test.cc
+++ b/chrome/browser/pdf/pdf_extension_test.cc
@@ -395,10 +395,6 @@
RunTestsInFile("gesture_detector_test.js", "test.pdf");
}
-IN_PROC_BROWSER_TEST_F(PDFExtensionTest, TouchHandling) {
- RunTestsInFile("touch_handling_test.js", "test.pdf");
-}
-
IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Elements) {
// Although this test file does not require a PDF to be loaded, loading the
// elements without loading a PDF is difficult.
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/gesture_detector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698