summaryrefslogtreecommitdiffstats
path: root/chrome/service/chrome_service_application_mac.h
blob: f9d35829aadab9769f023327429584651983c9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_
#define CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_

namespace chrome_service_mac {

// To be used to instantiate kAECloudPrintClass event handler from C++ code.
void RegisterServiceEventHandler();

}  // namespace chrome_service_mac

#endif  // CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_