| Index: content/test/test_web_contents.cc
|
| ===================================================================
|
| --- content/test/test_web_contents.cc (revision 286686)
|
| +++ content/test/test_web_contents.cc (working copy)
|
| @@ -91,8 +91,8 @@
|
| frame_tree_.root()->navigator()->DidNavigate(rfh, params);
|
| }
|
|
|
| -WebPreferences TestWebContents::TestComputeWebkitPrefs() {
|
| - return ComputeWebkitPrefs();
|
| +WebPreferences TestWebContents::TestGetWebkitPrefs() {
|
| + return GetWebkitPrefs();
|
| }
|
|
|
| bool TestWebContents::CreateRenderViewForRenderManager(
|
|
|