Chromium Code Reviews| 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 |