Chromium Code Reviews| Index: base/message_pump_mac.mm |
| diff --git a/base/message_pump_mac.mm b/base/message_pump_mac.mm |
| index 3878eb8a7d98392337b5b918cbce391d2300d658..e5828e44060003d0fe4e7ddc9f6b59b2623df6dd 100644 |
| --- a/base/message_pump_mac.mm |
| +++ b/base/message_pump_mac.mm |
| @@ -24,9 +24,11 @@ void NoOp(void* info) { |
| const CFTimeInterval kCFTimeIntervalMax = |
| std::numeric_limits<CFTimeInterval>::max(); |
| +#if !defined(OS_IOS) |
| // Set to true if MessagePumpMac::Create() is called before NSApp is |
| // initialized. Only accessed from the main thread. |
| bool not_using_crapp = false; |
|
wtc
2013/01/04 00:58:36
Nit: this global variable should be named with a g
justincohen
2013/01/04 03:54:10
Done.
|
| +#endif |
| } // namespace |