Mandoline: Make TransferBufferManager RefCounted
[chromium-blink-merge.git] / build / android / adb_run_content_shell
blob3f01f3bf02f7110e584fd904321d4442272123f3
1 #!/bin/bash
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 optional_url=$1
9 adb shell am start \
10 -a android.intent.action.VIEW \
11 -n org.chromium.content_shell_apk/.ContentShellActivity \
12 ${optional_url:+-d "$optional_url"}