Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 69586) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -1155,4 +1155,7 @@ |
// IDs of background page owners, value is a boolean that is true if the user |
// needs to acknowledge this page. |
const char kKnownBackgroundPages[] = "background_pages.known"; |
+ |
+// Preference to disable 3D APIs (WebGL, Pepper 3D). |
+const char kDisable3DAPIs[] = "disable_3d_apis"; |
Mattias Nissler (ping if slow)
2010/12/20 12:25:36
This file has several sections, please move up int
Ken Russell (switch to Gerrit)
2010/12/20 20:34:33
Done.
|
} // namespace prefs |