Add use-content-size switch.

This commit is contained in:
Cheng Zhao 2014-05-15 15:18:46 +08:00
parent f2281957ce
commit e22a8d0a49
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,9 @@ const char kNodeIntegration[] = "node-integration";
// Enable the NSView to accept first mouse event.
const char kAcceptFirstMouse[] = "accept-first-mouse";
// Whether window size should include window frame.
const char kUseContentSize[] = "use-content-size";
} // namespace switches
} // namespace atom