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

Unified Diff: pdf/preview_mode_client.cc

Issue 2398763002: Add font substitution metric for Linux (Closed)
Patch Set: No ScopedSubstFont in PDFiumEngineExports Created 4 years, 2 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') | tools/metrics/histograms/histograms.xml » ('j') | 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 a371b08b591505ee3b1c2699bc4bf548de9d18b7..b3744c93eb7ac81b0de4f9b0d604cd07cfe8c465 100644
--- a/pdf/preview_mode_client.cc
+++ b/pdf/preview_mode_client.cc
@@ -146,6 +146,10 @@ void PreviewModeClient::DocumentHasUnsupportedFeature(
NOTREACHED();
}
+void PreviewModeClient::FontSubstituted() {
+ NOTREACHED();
+}
+
void PreviewModeClient::DocumentLoadProgress(uint32_t available,
uint32_t doc_size) {}
« no previous file with comments | « pdf/preview_mode_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698