Skip to content

Commit

Permalink
Fix a typo in a file related to renderer context menu. This CL is my …
Browse files Browse the repository at this point in the history
…first patch so I added my account in AUTHOR file.

Review URL: https://codereview.chromium.org/1817843002

Cr-Commit-Position: refs/heads/master@{#382471}
  • Loading branch information
Taylor-Lee authored and Commit bot committed Mar 22, 2016
1 parent ed585b3 commit 4ae8837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ Suvanjan Mukherjee <suvanjanmukherjee@gmail.com>
Swati Jaiswal <swa.jaiswal@samsung.com>
Sylvain Zimmer <sylvinus@gmail.com>
Szymon Piechowicz <szymonpiechowicz@o2.pl>
Taehoon Lee <taylor.hoon@gmail.com>
Takeshi Kurosawa <taken.spc@gmail.com>
Tanay Chowdhury <tanay.c@samsung.com>
Tapu Kumar Ghose <ghose.tapu@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ bool RenderViewContextMenuBase::AppendCustomItems() {
bool RenderViewContextMenuBase::IsCommandIdKnown(
int id,
bool* enabled) const {
// If this command is is added by one of our observers, we dispatch
// If this command is added by one of our observers, we dispatch
// it to the observer.
base::ObserverListBase<RenderViewContextMenuObserver>::Iterator it(
&observers_);
Expand Down

0 comments on commit 4ae8837

Please sign in to comment.