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 #ifndef CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_
6 #define CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_
10 #import <AppKit/AppKit.h>
12 // Top level Mac Application for the service process.
13 @interface ServiceApplication
: NSApplication
19 namespace chrome_service_application_mac
{
21 // To be used to instantiate ServiceApplication from C++ code.
22 void RegisterServiceApp();
24 } // namespace chrome_service_application_mac
26 #endif // CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_