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

Unified Diff: base/chrome_application_mac.h

Issue 385009: [Mac] ScopedSendingEvent finds NSApp by itself. (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | base/chrome_application_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/chrome_application_mac.h
diff --git a/base/chrome_application_mac.h b/base/chrome_application_mac.h
index 39ef8b34a9a3d5c4d0ad117b229736d9423b24c5..d7e7989d549f8a2cee3b43893e66c10560ec64a7 100644
--- a/base/chrome_application_mac.h
+++ b/base/chrome_application_mac.h
@@ -26,7 +26,7 @@ namespace chrome_application_mac {
// reset properly.
class ScopedSendingEvent {
public:
- explicit ScopedSendingEvent(CrApplication* app);
+ ScopedSendingEvent();
~ScopedSendingEvent();
private:
« no previous file with comments | « no previous file | base/chrome_application_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698