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

Side by Side Diff: third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff

Issue 614903003: Instrumented libraries: introduce release-specific patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 unified diff | Download patch
« no previous file with comments | « third_party/instrumented_libraries/patches/libgtk2.0-0.precise.diff ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff -rupN ./gtk/gtkmenushell.h ../gtk+2.0-2.24.23-patched/gtk/gtkmenushell.h
2 --- ./gtk/gtkmenushell.h 2014-03-06 08:56:42.000000000 +0400
3 +++ ../gtk+2.0-2.24.23-patched/gtk/gtkmenushell.h 2014-09-30 23:37:46.9083 64552 +0400
4 @@ -136,6 +136,11 @@ void _gtk_menu_shell_set_keyboard_mo
5 gboolean keyboard_mode);
6 gboolean _gtk_menu_shell_get_keyboard_mode (GtkMenuShell *menu_shell);
7
8 +// https://bugs.launchpad.net/bugs/945135
9 +gboolean ubuntu_gtk_menu_shell_activate_mnemonic (GtkMenuShell *shell,
10 + GtkWidget *item);
11 +gboolean ubuntu_gtk_menu_shell_activate_first (GtkMenuShell *menu_shell,
12 + gboolean search_sensitive);
13 G_END_DECLS
14
15 #endif /* __GTK_MENU_SHELL_H__ */
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/patches/libgtk2.0-0.precise.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698