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

Unified Diff: ui/views/widget/widget.h

Issue 11975038: Implement rough new Views task manager style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use 'Chrome Style' TextButtons instead. Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | ui/views/window/dialog_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index ac98e763dd0cb1afd2c748fad3fb95d07f181c3a..22fda18c01ca04439d67e89eaba3bcea70d974ca 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -188,7 +188,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// rid of NW subclasses and do this all via message handling.
DesktopRootWindowHost* desktop_root_window_host;
// Whether this window is intended to be a toplevel window with no
- // attachment to any other window. (This may be a transient window is
+ // attachment to any other window. (This may be a transient window if
// |parent| is set.)
bool top_level;
// Only used by NativeWidgetAura. Specifies the type of layer for the
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | ui/views/window/dialog_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698