Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / remoting / host / installer / mac / tools / ksunregister.sh
blob3d1735d8d2cafc27a83a08aaf622f02d8b450b72
1 #!/bin/sh
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 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
8 KSPID=com.google.chrome_remote_desktop
10 # Unregister our ticket from Keystone.
11 $KSADMIN --delete --productid $KSPID