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

Unified Diff: pdf/preview_mode_client.cc

Issue 2855953003: Handle long press in PDF documents. (Closed)
Patch Set: Rebase to master 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 | « pdf/preview_mode_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/preview_mode_client.cc
diff --git a/pdf/preview_mode_client.cc b/pdf/preview_mode_client.cc
index 3938c97cf1e15a0ccbd458bfe09acc398f83c157..677ce024496275481843df095183aa131b51dbba 100644
--- a/pdf/preview_mode_client.cc
+++ b/pdf/preview_mode_client.cc
@@ -115,6 +115,10 @@ void PreviewModeClient::ScheduleCallback(int id, int delay_in_ms) {
NOTREACHED();
}
+void PreviewModeClient::ScheduleTouchTimerCallback(int id, int delay_in_ms) {
+ NOTREACHED();
+}
+
void PreviewModeClient::SearchString(const base::char16* string,
const base::char16* term,
bool case_sensitive,
« no previous file with comments | « pdf/preview_mode_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698