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

Issue 9904002: Fix some grammar in tab_strip_model.cc (Closed)

Created:
8 years, 9 months ago by gavinp
Modified:
8 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix some grammar in tab_strip_model.cc BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=130359

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/tabs/tab_strip_model.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
gavinp
wdyt?
8 years, 9 months ago (2012-03-28 23:46:52 UTC) #1
Ben Goodger (Google)
8 years, 9 months ago (2012-03-29 03:10:42 UTC) #2
LGTM

On Wed, Mar 28, 2012 at 4:46 PM, <gavinp@chromium.org> wrote:

> Reviewers: Ben Goodger (Google),
>
> Message:
> wdyt?
>
> Description:
> Fix some grammar in tab_strip_model.cc
>
>
> BUG=None
>
>
> Please review this at
https://chromiumcodereview.**appspot.com/9904002/<https://chromiumcodereview....
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M chrome/browser/tabs/tab_strip_**model.cc
>
>
> Index: chrome/browser/tabs/tab_strip_**model.cc
> diff --git a/chrome/browser/tabs/tab_**strip_model.cc
> b/chrome/browser/tabs/tab_**strip_model.cc
> index beeb23269be27dd96843cfe572243b**fd404957ba..**
> 8ece105621bb67851132da4aec44ef**b4d90088a1 100644
> --- a/chrome/browser/tabs/tab_**strip_model.cc
> +++ b/chrome/browser/tabs/tab_**strip_model.cc
> @@ -562,7 +562,7 @@ void TabStripModel::SetTabPinned(**int index, bool
> pinned) {
>       NOTREACHED();
>       return;
>     }
> -    // Changing the pinned state of an app tab doesn't effect it's
> mini-tab
> +    // Changing the pinned state of an app tab doesn't affect its mini-tab
>     // status.
>     contents_data_[index]->pinned = pinned;
>   } else {
>
>
>

Powered by Google App Engine
This is Rietveld 408576698