Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3353)

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.cc

Issue 10540100: TabContentsWrapper -> TabContents, part 48. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/ui/views/ash/launcher/launcher_app_icon_loader.cc ('k') | chrome/browser/ui/views/ash/user_action_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698