| Index: chrome/browser/prefs/command_line_pref_store.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/command_line_pref_store.cc (revision 69586)
|
| +++ chrome/browser/prefs/command_line_pref_store.cc (working copy)
|
| @@ -31,6 +31,7 @@
|
| prefs::kDisableAuthNegotiateCnameLookup, true },
|
| { switches::kEnableAuthNegotiatePort, prefs::kEnableAuthNegotiatePort,
|
| true },
|
| + { switches::kDisable3DAPIs, prefs::kDisable3DAPIs, true },
|
| };
|
|
|
| CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
|
|
|