Allow setting default zoom factor.
This commit is contained in:
parent
0bc8251e1b
commit
05f079fa5b
6 changed files with 34 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue