Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1871)

Unified Diff: content/public/test/web_contents_tester.h

Issue 373323003: Cache the current WebPreferences on RenderViewHostImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/test/web_contents_tester.h
diff --git a/content/public/test/web_contents_tester.h b/content/public/test/web_contents_tester.h
index 73ccb7e40270a008b43b0d48ed20d0def46c3e0f..c3b52fc9f0678a24c508bdc8b54e9c8328b15992 100644
--- a/content/public/test/web_contents_tester.h
+++ b/content/public/test/web_contents_tester.h
@@ -86,8 +86,8 @@ class WebContentsTester {
const Referrer& referrer,
PageTransition transition) = 0;
- // Promote GetWebkitPrefs to public.
- virtual WebPreferences TestGetWebkitPrefs() = 0;
+ // Promote ComputeWebkitPrefs to public.
+ virtual WebPreferences TestComputeWebkitPrefs() = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698