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

Unified Diff: chrome/browser/ui/views/aura/status_area_host_aura.cc

Issue 8585007: Added hotkey support to 8508009 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile issue Created 9 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | ui/aura/desktop.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/aura/status_area_host_aura.cc
diff --git a/chrome/browser/ui/views/aura/status_area_host_aura.cc b/chrome/browser/ui/views/aura/status_area_host_aura.cc
index 69c647afe687a1556cb9478d5b2843e13867455d..ea53a4dfd754adef11f17faa8e4a694ee84cae29 100644
--- a/chrome/browser/ui/views/aura/status_area_host_aura.cc
+++ b/chrome/browser/ui/views/aura/status_area_host_aura.cc
@@ -59,7 +59,7 @@ views::Widget* StatusAreaHostAura::CreateStatusArea() {
status_area_widget_->Init(params);
status_area_widget_->SetContentsView(status_area_view_);
status_area_widget_->Show();
- status_area_widget_->GetNativeView()->set_name("StatusAreaView");
+ status_area_widget_->GetNativeView()->SetName("StatusAreaView");
return status_area_widget_;
}
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | ui/aura/desktop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698