| Index: chrome/browser/ui/views/ash/panel_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| index 6619085b36ae38ab3d3f3485e7927c76f7932fab..b204e0b81447f42a63e293dfd3a7cc8c99f600f7 100644
|
| --- a/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| +++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| @@ -228,7 +228,7 @@ PanelExtensionWindowController::CreateWindowValueWithTabs() const {
|
|
|
| // TODO(stevenjb): Implement tab interface for Aura panels.
|
| // Currently there is no mechanism to get a tab id without an associated
|
| - // TabContentsWrapper. We will need to either add a TabContentsWrapper for
|
| + // TabContents. We will need to either add a TabContents for
|
| // panels, or add another mechanism for tracking tabs. crbug.com/115532.
|
|
|
| return result;
|
|
|