Use isDevMode method to determine whether to use bundle resource path

This commit is contained in:
Nathan Sobo
2013-04-09 16:02:40 -06:00
committed by Corey Johnson & Kevin Sawicki
parent 9d2d3d5c00
commit df064ddd21
2 changed files with 4 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ class AtomCefClient;
- (id)initSpecsThenExit:(BOOL)exitWhenDone;
- (id)initBenchmarksThenExit:(BOOL)exitWhenDone;
- (void)setPidToKillOnClose:(NSNumber *)pid;
- (BOOL)isDevMode;
- (void)toggleDevTools;
- (void)showDevTools;