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

Unified Diff: content/shell/webkit_test_helpers.h

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/shell/webkit_test_controller.cc ('k') | content/shell/webkit_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_helpers.h
diff --git a/content/shell/webkit_test_helpers.h b/content/shell/webkit_test_helpers.h
deleted file mode 100644
index 08ccec8e9d2974007a1a7914bcefb6511dd7c97f..0000000000000000000000000000000000000000
--- a/content/shell/webkit_test_helpers.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_
-#define CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_
-
-struct WebPreferences;
-
-namespace WebTestRunner {
-struct WebPreferences;
-}
-
-namespace base {
-class FilePath;
-}
-
-struct WebPreferences;
-
-namespace content {
-
-// 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 WebTestRunner::WebPreferences& from, WebPreferences* to);
-
-// Applies settings that differ between layout tests and regular mode.
-void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs);
-
-// Returns the root of the Blink checkout.
-base::FilePath GetWebKitRootDirFilePath();
-
-// Returns the root of the chromium checkout.
-base::FilePath GetChromiumRootDirFilePath();
-
-} // namespace content
-
-#endif // CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_
« no previous file with comments | « content/shell/webkit_test_controller.cc ('k') | content/shell/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698