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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller2.cc

Issue 9854043: Fix some grammar in chrome/browser/ui/views/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/tabs/browser_tab_strip_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_drag_controller2.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller2.cc b/chrome/browser/ui/views/tabs/tab_drag_controller2.cc
index 0091d96151d102640b6c22dc7a928b6488004728..14ba663f8bcb34b721693929236ef68856d67246 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller2.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller2.cc
@@ -607,7 +607,7 @@ void TabDragController2::ContinueDragging() {
// Disable animations so that we don't see a close animation on aero.
browser_view->GetWidget()->SetVisibilityChangedAnimationsEnabled(false);
browser_view->GetWidget()->ReleaseMouseCapture();
- // EndMoveLoop is going to snap the window back to it's original location.
+ // EndMoveLoop is going to snap the window back to its original location.
// Hide it so users don't see this.
browser_view->GetWidget()->Hide();
browser_view->GetWidget()->EndMoveLoop();
« no previous file with comments | « chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698