| Index: content/public/test/web_contents_tester.h
|
| ===================================================================
|
| --- content/public/test/web_contents_tester.h (revision 286686)
|
| +++ content/public/test/web_contents_tester.h (working copy)
|
| @@ -86,8 +86,8 @@
|
| const Referrer& referrer,
|
| PageTransition transition) = 0;
|
|
|
| - // Promote ComputeWebkitPrefs to public.
|
| - virtual WebPreferences TestComputeWebkitPrefs() = 0;
|
| + // Promote GetWebkitPrefs to public.
|
| + virtual WebPreferences TestGetWebkitPrefs() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|