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

Unified Diff: webkit/common/webpreferences.h

Issue 16216007: split webkit/glue/webpreferences to common and renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new location for public/platform 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 | « ppapi/shared_impl/ppapi_preferences.h ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/common/webpreferences.h
similarity index 95%
rename from webkit/glue/webpreferences.h
rename to webkit/common/webpreferences.h
index 6064fc89f731685b23825202767895c5d3d518db..306c7fbce07e6aef4dce772e26e317f42b6f4027 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -8,8 +8,8 @@
// WebKit::WebSettings, content/common/view_messages.h, browser/tab_contents/
// render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
-#ifndef WEBKIT_GLUE_WEBPREFERENCES_H__
-#define WEBKIT_GLUE_WEBPREFERENCES_H__
+#ifndef WEBKIT_COMMON_WEBPREFERENCES_H__
+#define WEBKIT_COMMON_WEBPREFERENCES_H__
#include <map>
#include <string>
@@ -47,9 +47,6 @@ enum EditingBehavior {
// specified.
WEBKIT_GLUE_EXPORT extern const char kCommonScript[];
-WEBKIT_GLUE_EXPORT void ApplyWebPreferences(const WebPreferences& prefs,
- WebKit::WebView* web_view);
-
} // namespace webkit_glue
struct WEBKIT_GLUE_EXPORT WebPreferences {
@@ -181,4 +178,4 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
~WebPreferences();
};
-#endif // WEBKIT_GLUE_WEBPREFERENCES_H__
+#endif // WEBKIT_COMMON_WEBPREFERENCES_H__
« no previous file with comments | « ppapi/shared_impl/ppapi_preferences.h ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698