| Index: chrome/browser/ui/view_ids.h
|
| diff --git a/chrome/browser/ui/view_ids.h b/chrome/browser/ui/view_ids.h
|
| index 784e1accdc618a7ce52db60711550381aac28315..b1590150d76958405c9c866cb717362c4a260840 100644
|
| --- a/chrome/browser/ui/view_ids.h
|
| +++ b/chrome/browser/ui/view_ids.h
|
| @@ -71,6 +71,12 @@ enum ViewID {
|
| // The Download shelf.
|
| VIEW_ID_DOWNLOAD_SHELF,
|
|
|
| +// TODO(dbeam): change the zoom decoration to an NSImageView on Mac so IDs work.
|
| +#if !defined(OS_MACOSX)
|
| + // Zoom button in location bar.
|
| + VIEW_ID_ZOOM_BUTTON,
|
| +#endif
|
| +
|
| // Used in chrome/browser/ui/gtk/view_id_util_browsertests.cc
|
| // If you add new ids, make sure the above test passes.
|
| VIEW_ID_PREDEFINED_COUNT,
|
|
|