Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / remoting / host / installer / mac / uninstaller / remoting_uninstaller_app.h
blob5346c6d9544572cd8bd95249d88a56aee515ae62
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import <Cocoa/Cocoa.h>
7 @interface RemotingUninstallerAppDelegate : NSObject {
10 - (IBAction)uninstall:(id)sender;
11 - (IBAction)cancel:(id)sender;
13 - (IBAction)handleMenuClose:(NSMenuItem*)sender;
14 @end