In Android SDK 21, adb shell started escaping quotes in its
arguments. This change removes the literal quotes around the
URLs in intents sent by The adb_run_*_shell scripts.
BUG=426544
Review URL: https://codereview.chromium.org/662683006
Cr-Original-Commit-Position: refs/heads/master@{#300975}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 26524ccb345cdcc40d75d45b1db91a0449cd3b62
Without quotes the shell complains when trying to open URLs with shell special
characters including parentheses, single/double quotes etc. (e.g. data URLs)
TEST=adb_run_content_shell "data:text/html,<script>console.log(1);</script>"
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10581025
git-svn-id: http://src.chromium.org/svn/trunk/src/build@143080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c