diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
| -rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 11203d8..c4af1e1 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -631,6 +631,9 @@ const char kGeolocationDefaultContentSetting[] = // Dictionary that maps [frame, toplevel] to their Geolocation content setting. const char kGeolocationContentSettings[] = "geolocation.content_settings"; +// Preference to disable 3D APIs (WebGL, Pepper 3D). +const char kDisable3DAPIs[] = "disable_3d_apis"; + // *************** LOCAL STATE *************** // These are attached to the machine/installation |
