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

Unified Diff: content/shell/common/webkit_test_helpers.h

Issue 264003003: test_runner: Move everything else into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/webkit_test_helpers.h
diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/common/webkit_test_helpers.h
index ffdbb2de2e5ca394d3fb4382c23ac294534ea3e8..08f3e690bf650a2ae67412f44f04259cff510477 100644
--- a/content/shell/common/webkit_test_helpers.h
+++ b/content/shell/common/webkit_test_helpers.h
@@ -20,12 +20,11 @@ namespace content {
struct TestPreferences;
-// The TestRunner library keeps its settings in a WebTestRunner::WebPreferenes
-// object. The content_shell, however, uses WebPreferences. This
-// method exports the settings from the WebTestRunner library which are relevant
-// for layout tests.
-void ExportLayoutTestSpecificPreferences(
- const TestPreferences& from, WebPreferences* to);
+// The TestRunner library keeps its settings in a WebPreferenes object.
+// The content_shell, however, uses WebPreferences. This method exports the
+// settings from the WebTestRunner library which are relevant for layout tests.
+void ExportLayoutTestSpecificPreferences(const TestPreferences& from,
+ WebPreferences* to);
// Applies settings that differ between layout tests and regular mode.
void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs);
« no previous file with comments | « no previous file | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698