| Index: chrome/browser/gtk/gtk_util.h
|
| diff --git a/chrome/browser/gtk/gtk_util.h b/chrome/browser/gtk/gtk_util.h
|
| index 7852493213fb98439abe20a7f3b2fa4a7513d723..3954729b5fe518da1a4b755ccb7028cb478bf81a 100644
|
| --- a/chrome/browser/gtk/gtk_util.h
|
| +++ b/chrome/browser/gtk/gtk_util.h
|
| @@ -141,6 +141,9 @@ GtkWidget* CenterWidgetInHBox(GtkWidget* hbox, GtkWidget* widget,
|
| // accelerators. Windows uses & with && as an escape for &.)
|
| std::string ConvertAcceleratorsFromWindowsStyle(const std::string& label);
|
|
|
| +// Removes the "&" accelerators from a Windows label.
|
| +std::string RemoveWindowsStyleAccelerators(const std::string& label);
|
| +
|
| // Returns true if the screen is composited, false otherwise.
|
| bool IsScreenComposited();
|
|
|
|
|