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

Unified Diff: content/common/chrome_application_mac.h

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style fixes. Created 9 years, 5 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
Index: content/common/chrome_application_mac.h
diff --git a/content/common/chrome_application_mac.h b/content/common/chrome_application_mac.h
index 2979720fdbd53369bf664d9cb45231cf3832334b..222f03c0aec0d81304a4e3c5d04a127e352ca5f4 100644
--- a/content/common/chrome_application_mac.h
+++ b/content/common/chrome_application_mac.h
@@ -19,7 +19,6 @@
- (void)hookForEvent:(NSEvent*)theEvent;
@end
-
@interface CrApplication : NSApplication<CrAppProtocol> {
@private
BOOL handlingSendEvent_;
@@ -69,7 +68,8 @@ namespace chrome_application_mac {
// To be used to instantiate CrApplication from C++ code.
void RegisterCrApp();
-
+//Sets the Cloud Print handler. Only used by the service process.
+void SetCloudPrintHandler();
} // namespace chrome_application_mac
#endif // CONTENT_COMMON_CHROME_APPLICATION_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698