change the option name to devTools

This commit is contained in:
minggo 2016-09-07 10:16:52 +08:00
parent 7d712b77ba
commit 3fdc99c3c6
3 changed files with 10 additions and 10 deletions

View file

@ -323,8 +323,8 @@ class WebContents : public mate::TrackableObject<WebContents>,
// Whether background throttling is disabled.
bool background_throttling_;
// Whether to disable devtools.
bool disable_devtools_;
// Whether to enable devtools.
bool enable_devtools_;
DISALLOW_COPY_AND_ASSIGN(WebContents);
};