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

Unified Diff: content/browser/in_process_webkit/dom_storage_browsertest.cc

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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/browser/in_process_webkit/dom_storage_browsertest.cc
diff --git a/content/browser/in_process_webkit/dom_storage_browsertest.cc b/content/browser/in_process_webkit/dom_storage_browsertest.cc
index c7eb88254854bcbefabe673828cf2dca0d6120fb..93fc04ddf296b7717b662a646baeef2c93b95cf1 100644
--- a/content/browser/in_process_webkit/dom_storage_browsertest.cc
+++ b/content/browser/in_process_webkit/dom_storage_browsertest.cc
@@ -38,7 +38,8 @@ IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, ClearLocalState) {
{
TestingProfile profile;
WebKitContext *webkit_context = profile.GetWebKitContext();
- webkit_context->dom_storage_context()->set_data_path(temp_dir.path());
+ webkit_context->dom_storage_context()->
+ set_data_path_for_testing(temp_dir.path());
webkit_context->set_clear_local_state_on_exit(true);
}
// Make sure we wait until the destructor has run.

Powered by Google App Engine
This is Rietveld 408576698