| Index: build/android/adb_kill_content_shell
|
| diff --git a/build/android/adb_kill_content_shell b/build/android/adb_kill_content_shell
|
| index d24c7a9953560731885830e5d8c568904417592b..64ab5b11fb0408b118f98bcfcb54d5e9a15e656d 100755
|
| --- a/build/android/adb_kill_content_shell
|
| +++ b/build/android/adb_kill_content_shell
|
| @@ -8,7 +8,7 @@
|
| #
|
| # Assumes you have sourced the build/android/envsetup.sh script.
|
|
|
| -SHELL_PID_LINES=$(adb shell ps | grep ' org.chromium.content_shell')
|
| +SHELL_PID_LINES=$(adb shell ps | grep ' org.chromium.content_shell_apk')
|
| VAL=$(echo "$SHELL_PID_LINES" | wc -l)
|
| if [ $VAL -lt 1 ] ; then
|
| echo "Not running Content shell."
|
|
|