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

Unified Diff: content/test/test_web_contents.cc

Issue 429413003: Revert of Cache the current WebPreferences on RenderViewHostImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/test/test_web_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents.cc
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index 19d541819ba9f73e11dda434508a7efd9de7f28f..c337e2b06ab04df69e21233514a3c913e372a514 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -91,8 +91,8 @@
frame_tree_.root()->navigator()->DidNavigate(rfh, params);
}
-WebPreferences TestWebContents::TestComputeWebkitPrefs() {
- return ComputeWebkitPrefs();
+WebPreferences TestWebContents::TestGetWebkitPrefs() {
+ return GetWebkitPrefs();
}
bool TestWebContents::CreateRenderViewForRenderManager(
« no previous file with comments | « content/test/test_web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698