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

Unified Diff: blimp/engine/start_engine.sh

Issue 1818253003: blimp: Disable custom web fonts on the engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « blimp/docs/running.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/start_engine.sh
diff --git a/blimp/engine/start_engine.sh b/blimp/engine/start_engine.sh
index a9cf193480ab36c4da1ced8d9577ffaf77c38ba8..519f31707744dfa56e4f4f65fa8da8586b5aac75 100755
--- a/blimp/engine/start_engine.sh
+++ b/blimp/engine/start_engine.sh
@@ -14,6 +14,7 @@ LD_LIBRARY_PATH=/engine/ /engine/blimp_engine_app \
--disable-cached-picture-raster \
--blimp-client-token-path=/engine/data/client_token \
--android-fonts-path=/engine/fonts \
+ --disable-remote-fonts \
$@ &
# Stop execution if either stunnel or blimp_engine_app die.
« no previous file with comments | « blimp/docs/running.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698