Chromium Code Reviews| Index: chrome/browser/prefs/browser_prefs.cc |
| =================================================================== |
| --- chrome/browser/prefs/browser_prefs.cc (revision 68772) |
| +++ chrome/browser/prefs/browser_prefs.cc (working copy) |
| @@ -90,7 +90,6 @@ |
| MetricsService::RegisterPrefs(local_state); |
| SafeBrowsingService::RegisterPrefs(local_state); |
| browser_shutdown::RegisterPrefs(local_state); |
| - chrome_browser_net::RegisterPrefs(local_state); |
|
jar (doing other things)
2010/12/13 20:27:29
Where, if anywhere, are the new prefs declared (re
Miranda Callahan
2010/12/14 01:03:49
I added the new user pref registration to Register
|
| #if defined(TOOLKIT_VIEWS) |
| BrowserView::RegisterBrowserViewPrefs(local_state); |
| #endif |