Index: pdf/out_of_process_instance.h |
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h |
index 6b22f7a905fd402b1eb5669ca9c23919ba1daf8c..14bd80eeb9ed3d7c0ca1010d808e7220503ffd61 100644 |
--- a/pdf/out_of_process_instance.h |
+++ b/pdf/out_of_process_instance.h |
@@ -311,11 +311,9 @@ class OutOfProcessInstance : public pp::Instance, |
// the stats if a feature shows up many times per document. |
std::set<std::string> unsupported_features_reported_; |
-#if defined(OS_LINUX) |
// Keeps track of whether font substitution has been reported, so we avoid |
// spamming the stats if a document requested multiple substitutes. |
bool font_substitution_reported_; |
-#endif |
// Number of pages in print preview mode, 0 if not in print preview mode. |
int print_preview_page_count_; |