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

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: 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..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_

Powered by Google App Engine
This is Rietveld 408576698