| Index: chrome/browser/ui/views/constrained_window_views.cc
|
| diff --git a/chrome/browser/ui/views/constrained_window_views.cc b/chrome/browser/ui/views/constrained_window_views.cc
|
| index 0bb36ff277adb955711b6f2b4a31543f0cc17119..7f23ba608fac4fc1abfb765c047cedc9ad2fe2b2 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views.cc
|
| +++ b/chrome/browser/ui/views/constrained_window_views.cc
|
| @@ -61,7 +61,7 @@ namespace views {
|
| class ClientView;
|
| }
|
|
|
| -// An enumeration of bitmap resources used by this window.
|
| +// An enumeration of image resources used by this window.
|
| enum {
|
| FRAME_PART_IMAGE_FIRST = 0, // Must be first.
|
|
|
| @@ -291,7 +291,7 @@ ConstrainedWindowFrameView::ConstrainedWindowFrameView(
|
| InitWindowResources();
|
|
|
| // Constrained windows always use the custom frame - they just have a
|
| - // different set of bitmaps.
|
| + // different set of images.
|
| container->set_frame_type(views::Widget::FRAME_TYPE_FORCE_CUSTOM);
|
|
|
| ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
|
|