Allow setting default zoom factor.

This commit is contained in:
Cheng Zhao 2014-06-16 18:52:04 +08:00
parent 0bc8251e1b
commit 05f079fa5b
6 changed files with 34 additions and 1 deletions

View file

@ -45,6 +45,9 @@ const char kUseContentSize[] = "use-content-size";
// The WebPreferences.
const char kWebPreferences[] = "web-preferences";
// The factor of which page should be zoomed.
const char kZoomFactor[] = "zoom-factor";
} // namespace switches
} // namespace atom

View file

@ -31,6 +31,7 @@ extern const char kNodeIntegration[];
extern const char kAcceptFirstMouse[];
extern const char kUseContentSize[];
extern const char kWebPreferences[];
extern const char kZoomFactor[];
} // namespace switches