| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 33ce631dd55b7b90eec7607b42d9a9abc637b635..ad4adad6a20bca8485f00033d8f8026f0955a841 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -508,7 +508,7 @@ ChromeContentBrowserClient::~ChromeContentBrowserClient() {
|
| }
|
|
|
| // static
|
| -void ChromeContentBrowserClient::RegisterUserPrefs(
|
| +void ChromeContentBrowserClient::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterBooleanPref(
|
| prefs::kDisable3DAPIs,
|
|
|