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

Unified Diff: views/controls/native/native_view_host.h

Issue 8635010: Fixes comment as TOUCH_UI does not exist anymore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/native/native_view_host.h
diff --git a/views/controls/native/native_view_host.h b/views/controls/native/native_view_host.h
index a7a9c93c9745c01fd055e6908b56f154396f241f..0059a9d921dfb169b262e42131d1a6bf883f3ad9 100644
--- a/views/controls/native/native_view_host.h
+++ b/views/controls/native/native_view_host.h
@@ -94,8 +94,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
// detached because it's being destroyed, or false otherwise.
void Detach(bool destroyed);
- // The attached native view. There is exactly one native_view_ or views_view_
- // attached.
+ // The attached native view. There is exactly one native_view_ attached.
gfx::NativeView native_view_;
// A platform-specific wrapper that does the OS-level manipulation of the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698