Index: content/shell/shell.h |
diff --git a/content/shell/shell.h b/content/shell/shell.h |
index 736bd3f8c290929c9382dd08318b9ee9ae499ce7..a7ad9f57c309a19370e9ccd21a32620e959b5480 100644 |
--- a/content/shell/shell.h |
+++ b/content/shell/shell.h |
@@ -208,6 +208,8 @@ class Shell : public WebContentsDelegate, |
GObject*, guint, GdkModifierType); |
CHROMEG_CALLBACK_3(Shell, gboolean, OnHighlightURLView, GtkAccelGroup*, |
GObject*, guint, GdkModifierType); |
+ CHROMEG_CALLBACK_3(Shell, gboolean, OnReloadKeyPressed, GtkAccelGroup*, |
+ GObject*, guint, GdkModifierType); |
#endif |
scoped_ptr<ShellJavaScriptDialogManager> dialog_manager_; |