summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/extensions
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 21:30:32 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 21:30:32 +0000
commitdf3bdcf1d352aeaf38218da358d3dbf387c92cde (patch)
treebe6580763293feca29d7ac0ab524cfef86034190 /chrome/browser/views/extensions
parent96e284571293e7706dc95acf919f2be8ac621127 (diff)
downloadchromium_src-df3bdcf1d352aeaf38218da358d3dbf387c92cde.zip
chromium_src-df3bdcf1d352aeaf38218da358d3dbf387c92cde.tar.gz
chromium_src-df3bdcf1d352aeaf38218da358d3dbf387c92cde.tar.bz2
Minor extension infobar changes.
Addressing review comments that were submitted after I checked in. BUG=26463 TEST=None Review URL: http://codereview.chromium.org/1097002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/extensions')
-rw-r--r--chrome/browser/views/extensions/extension_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/extensions/extension_view.cc b/chrome/browser/views/extensions/extension_view.cc
index 23d25f3..0090bda 100644
--- a/chrome/browser/views/extensions/extension_view.cc
+++ b/chrome/browser/views/extensions/extension_view.cc
@@ -62,7 +62,7 @@ void ExtensionView::SetVisible(bool is_visible) {
NativeViewHost::SetVisible(is_visible);
// Also tell RenderWidgetHostView the new visibility. Despite its name, it
- // is not part of the View heirarchy and does not know about the change
+ // is not part of the View hierarchy and does not know about the change
// unless we tell it.
if (render_view_host()->view()) {
if (is_visible)