| Index: ui/base/window_open_disposition.h
 | 
| diff --git a/ui/base/window_open_disposition.h b/ui/base/window_open_disposition.h
 | 
| index f6dc4fb982128bfe6a8a22996c5c0b003f74e7aa..f87f9769194c6d3bbf7c6a31419166690d914060 100644
 | 
| --- a/ui/base/window_open_disposition.h
 | 
| +++ b/ui/base/window_open_disposition.h
 | 
| @@ -7,8 +7,9 @@
 | 
|  
 | 
|  #include "ui/base/ui_base_export.h"
 | 
|  
 | 
| -// A Java counterpart will be generated for this enum.
 | 
| -// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui
 | 
| +// DEPRECATED: Instead of introducing new references to this enum, use
 | 
| +// the generated ui::mojom::WindowOpenDisposition in
 | 
| +// ui/base/mojo/window_open_disposition.mojom.h.
 | 
|  enum class WindowOpenDisposition {
 | 
|    UNKNOWN,
 | 
|    CURRENT_TAB,
 | 
| 
 |