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

Unified Diff: session_manager_setup.sh

Issue 6798009: Disable out-of-process Pepper Flash (Closed) Base URL: ssh://gitrw.chromium.org:9222/login_manager.git@0.12.362.B
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: session_manager_setup.sh
diff --git a/session_manager_setup.sh b/session_manager_setup.sh
index e0ee15ad3ee3056f438f9986622c5bd62bb8cdbf..d93df8898957af4861b734483e2639d98b695619 100755
--- a/session_manager_setup.sh
+++ b/session_manager_setup.sh
@@ -231,6 +231,7 @@ for file in $(find $PEPPER_PATH -name '*.info'); do
# Flash is treated specially.
FLASH_FLAGS="--ppapi-flash-path=${FILE_NAME}"
FLASH_FLAGS="${FLASH_FLAGS} --ppapi-flash-version=${VERSION}"
+ FLASH_FLAGS="${FLASH_FLAGS} --ppapi-flash-in-process"
else
PLUGIN_STRING="${PLUGIN_STRING};${MIME_TYPES}"
REGISTER_PLUGINS="${REGISTER_PLUGINS}${COMMA}${PLUGIN_STRING}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698