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

Unified Diff: content/browser/renderer_host/gtk_key_bindings_handler.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 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/renderer_host/gtk_key_bindings_handler.h
diff --git a/content/browser/renderer_host/gtk_key_bindings_handler.h b/content/browser/renderer_host/gtk_key_bindings_handler.h
index 9b7d6dc2afa278d14fe780991c8bb5e3e30cf795..665241b2db7eec7253a27cacd69ef0af44e96dc6 100644
--- a/content/browser/renderer_host/gtk_key_bindings_handler.h
+++ b/content/browser/renderer_host/gtk_key_bindings_handler.h
@@ -11,6 +11,7 @@
#include <string>
#include "content/common/edit_command.h"
+#include "content/common/content_export.h"
jam 2011/10/04 16:48:32 nit: ordering
#include "ui/base/gtk/owned_widget_gtk.h"
struct NativeWebKeyboardEvent;
@@ -34,7 +35,7 @@ struct NativeWebKeyboardEvent;
// definition of webkit edit commands.
// See webkit/glue/editor_client_impl.cc for key bindings predefined in our
// webkit glue.
-class GtkKeyBindingsHandler {
+class CONTENT_EXPORT GtkKeyBindingsHandler {
public:
explicit GtkKeyBindingsHandler(GtkWidget* parent_widget);
~GtkKeyBindingsHandler();
« no previous file with comments | « content/browser/renderer_host/backing_store_manager.h ('k') | content/browser/renderer_host/render_sandbox_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698