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

Unified Diff: content/renderer/render_view_impl.h

Issue 2290743002: Partial revert of https://codereview.chromium.org/1911973002/ (Closed)
Patch Set: comment in header Created 4 years, 4 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 6e28baefa335b02f8ffc4240f6d2d56708982c62..012a6f97ebea65f3b3bfcadedc686e202d9eb5c5 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -700,6 +700,13 @@ class CONTENT_EXPORT RenderViewImpl
navigation_gesture_ = gesture;
}
+// Platform specific theme preferences if any are updated here.
+#if defined(OS_WIN)
+ void UpdateThemePrefs();
+#else
+ void UpdateThemePrefs() {}
+#endif
+
void UpdateWebViewWithDeviceScaleFactor();
// ---------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698