Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6567)

Unified Diff: chrome/service/chrome_service_application_mac.h

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed copyright Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/service_messages.h ('k') | chrome/service/chrome_service_application_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/chrome_service_application_mac.h
diff --git a/chrome/service/chrome_service_application_mac.h b/chrome/service/chrome_service_application_mac.h
new file mode 100644
index 0000000000000000000000000000000000000000..ed2238d681ce23ed99a205b5c52b39526dc5ff3c
--- /dev/null
+++ b/chrome/service/chrome_service_application_mac.h
@@ -0,0 +1,27 @@
+// Copyright (c) 2010 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_
+#pragma once
+
+#ifdef __OBJC__
+
+#import "content/common/chrome_application_mac.h"
+
+// Top level Mac Application for the service process.
+@interface ServiceCrApplication : CrApplication
+
+@end
+
+#endif // __OBJC__
+
+namespace chrome_service_application_mac {
+
+// To be used to instantiate ServiceCrApplication from C++ code.
+void RegisterServiceCrApp();
+} // namespace chrome_service_application_mac
+
+#endif // CHROME_SERVICE_CHROME_SERVICE_APPLICATION_MAC_H_
+
« no previous file with comments | « chrome/common/service_messages.h ('k') | chrome/service/chrome_service_application_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698