| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index 1313a3b3c58f9c8f70ac763cbec11dbcd91d499e..249c79616a060431f25a4a192d436231d9f65ee8 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1431,7 +1431,7 @@ void BrowserWindowGtk::UpdateDevToolsForContents(WebContents* contents) {
|
|
|
| devtools_container_->SetTab(devtools_contents);
|
| if (devtools_contents) {
|
| - // TabContentsViewGtk::WasShown is not called when tab contents is shown by
|
| + // WebContentsViewGtk::WasShown is not called when tab contents is shown by
|
| // anything other than user selecting a Tab.
|
| // See TabContentsViewViews::OnWindowPosChanged for reference on how it
|
| // should be implemented.
|
|
|