summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 20:46:10 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 20:46:10 +0000
commit36fe7e0be80c4fad4272c9c16bb851a83edf02be (patch)
tree199e9f51f248221e4cd9449f881a06a017e7f1fa /views
parent9aa0f33d659f91cc92a3108fa52ac7e0bad7ade4 (diff)
downloadchromium_src-36fe7e0be80c4fad4272c9c16bb851a83edf02be.zip
chromium_src-36fe7e0be80c4fad4272c9c16bb851a83edf02be.tar.gz
chromium_src-36fe7e0be80c4fad4272c9c16bb851a83edf02be.tar.bz2
Adds a widget that when clicked creates a new browser window. It's not
wired up yet, but will be shortly. BUG=none TEST=none Review URL: http://codereview.chromium.org/126235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/controls/button/custom_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h
index 32ff76b..745c19e 100644
--- a/views/controls/button/custom_button.h
+++ b/views/controls/button/custom_button.h
@@ -12,7 +12,7 @@ class ThrobAnimation;
namespace views {
-// A button with custom rendering. The common base class of IconButton and
+// A button with custom rendering. The common base class of ImageButton and
// TextButton.
class CustomButton : public Button,
public AnimationDelegate {