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

Unified Diff: content/public/renderer/web_preferences.h

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix - webview() -> web_view 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/public/renderer/render_view.h ('k') | content/public/test/web_contents_tester.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/web_preferences.h
diff --git a/content/public/renderer/web_preferences.h b/content/public/renderer/web_preferences.h
deleted file mode 100644
index a61047338ad7c049513a7f44198f118b6cb25c9b..0000000000000000000000000000000000000000
--- a/content/public/renderer/web_preferences.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2013 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_PUBLIC_RENDERER_WEB_PREFERENCES_H_
-#define CONTENT_PUBLIC_RENDERER_WEB_PREFERENCES_H_
-
-#include "content/common/content_export.h"
-
-struct WebPreferences;
-
-namespace blink {
-class WebView;
-}
-
-namespace content {
-
-CONTENT_EXPORT void ApplyWebPreferences(const WebPreferences& prefs,
- blink::WebView* web_view);
-
-} // namespace content
-
-#endif // CONTENT_PUBLIC_RENDERER_WEB_PREFERENCES_H_
« no previous file with comments | « content/public/renderer/render_view.h ('k') | content/public/test/web_contents_tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698