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

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: Further 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..1d521f1d89723dbab383f4339224710c3637a073 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,6 +68,7 @@ namespace chrome_application_mac {
// To be used to instantiate CrApplication from C++ code.
void RegisterCrApp();
+void SetHandler();
Nico 2011/07/22 16:53:55 This needs a better name. (at least SetCloudPrintH
abeera 2011/07/22 20:59:03 Name changed. This is essentially a wrapper for an
Nico 2011/07/22 21:02:53 The browser process has this file: http://codesear
} // namespace chrome_application_mac

Powered by Google App Engine
This is Rietveld 408576698