Skip to content

Commit

Permalink
[android_webview] Fix shell launch script.
Browse files Browse the repository at this point in the history
Missed this when renaming the activity.

BUG=None
NOTRY=True
R=benm@chromium.org


Review URL: https://chromiumcodereview.appspot.com/13543003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192348 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mkosiba@chromium.org committed Apr 4, 2013
1 parent 7a0488e commit 8bb46c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/adb_run_android_webview_shell
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ fi

adb shell am start \
-a android.intent.action.VIEW \
-n org.chromium.android_webview.shell/.AndroidWebViewTestShellActivity \
-n org.chromium.android_webview.shell/.AwShellActivity \
$INTENT_ARGS

0 comments on commit 8bb46c2

Please sign in to comment.