diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 20:34:30 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 20:34:30 +0000 |
commit | fd6752c1960fa20715729de98d43f9ff64124c1c (patch) | |
tree | 3bd1dfa674aaf2f87559bf130590346b1d6b1519 /base/chrome_application_mac.h | |
parent | fadf9cdd69aa5bd50ce55d750c1bb1763abcf968 (diff) | |
download | chromium_src-fd6752c1960fa20715729de98d43f9ff64124c1c.zip chromium_src-fd6752c1960fa20715729de98d43f9ff64124c1c.tar.gz chromium_src-fd6752c1960fa20715729de98d43f9ff64124c1c.tar.bz2 |
[Mac] ScopedSendingEvent finds NSApp by itself.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/385009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/chrome_application_mac.h')
-rw-r--r-- | base/chrome_application_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/chrome_application_mac.h b/base/chrome_application_mac.h index 39ef8b3..d7e7989 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: |