Skip to content

Commit

Permalink
This is my first commit, and chromium_presubmit is failing. I added m…
Browse files Browse the repository at this point in the history
…y name in the AUTHORS file.

R=kalman@chromium.org
BUG=348395

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256283 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
wjywbs@gmail.com committed Mar 11, 2014
1 parent dd4ed70 commit 509461b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Jesse Miller <jesse@jmiller.biz>
Jesus Sanchez-Palencia <jesus.sanchez-palencia.fernandez.fil@intel.com>
Jin Yang <jin.a.yang@intel.com>
Jingwei Liu <kingweiliu@gmail.com>
Jingyi Wei <wjywbs@gmail.com>
Jinho Bang <jinho.bang@samsung.com>
Jinwoo Song <jinwoo7.song@samsung.com>
Joe Knoll <joe.knoll@workday.com>
Expand Down
3 changes: 2 additions & 1 deletion chrome/browser/extensions/api/sessions/sessions_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ scoped_ptr<tabs::Tab> SessionsGetDevicesFunction::CreateTabModel(
int selected_index) {
std::string session_id = SessionId(session_tag, tab.tab_id.id()).ToString();
return CreateTabModelHelper(GetProfile(),
tab.navigations[tab.current_navigation_index],
tab.navigations[
tab.normalized_navigation_index()],
session_id,
tab_index,
tab.pinned,
Expand Down

0 comments on commit 509461b

Please sign in to comment.