Add atom.showDevTools and replace calls to $native.showDevTools

This commit is contained in:
Nathan Sobo
2012-08-30 11:24:01 -06:00
parent d5ffdb153a
commit 3cc2faf7c2
9 changed files with 23 additions and 8 deletions

View File

@@ -26,5 +26,6 @@ class AtomCefClient;
- (id)initBenchmarks;
- (void)toggleDevTools;
- (void)showDevTools;
@end