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..dd5699a61cbc306cb3919bf4063e34f41c7fd95e 100644 |
--- a/content/common/chrome_application_mac.h |
+++ b/content/common/chrome_application_mac.h |
@@ -14,6 +14,8 @@ |
#include "base/memory/scoped_nsobject.h" |
#include "base/message_pump_mac.h" |
+//extern const AEEventClass cloud_print_class; |
+ |
// Event hooks must implement this protocol. |
@protocol CrApplicationEventHookProtocol |
- (void)hookForEvent:(NSEvent*)theEvent; |
@@ -69,7 +71,10 @@ namespace chrome_application_mac { |
// To be used to instantiate CrApplication from C++ code. |
void RegisterCrApp(); |
+void setHandler(); |
} // namespace chrome_application_mac |
+ |
+//Identifier for Cloud Print IPC Call |
#endif // CONTENT_COMMON_CHROME_APPLICATION_MAC_H_ |