| Index: content/shell/shell.h
|
| diff --git a/content/shell/shell.h b/content/shell/shell.h
|
| index a7524cf8345101636cd207ed73a84d5c3df17154..12228aae5514a2828b6324d56d5aa67c36eb259a 100644
|
| --- a/content/shell/shell.h
|
| +++ b/content/shell/shell.h
|
| @@ -182,6 +182,8 @@ class Shell : public WebContentsDelegate,
|
|
|
| CHROMEG_CALLBACK_3(Shell, gboolean, OnCloseWindowKeyPressed, GtkAccelGroup*,
|
| GObject*, guint, GdkModifierType);
|
| + CHROMEG_CALLBACK_3(Shell, gboolean, OnNewWindowKeyPressed, GtkAccelGroup*,
|
| + GObject*, guint, GdkModifierType);
|
| CHROMEG_CALLBACK_3(Shell, gboolean, OnHighlightURLView, GtkAccelGroup*,
|
| GObject*, guint, GdkModifierType);
|
| #endif
|
|
|