OSDN Git Service

When opening in the background, do not move the tab to front.
authorLeon Scroggins <scroggo@google.com>
Tue, 15 Sep 2009 15:37:27 +0000 (11:37 -0400)
committerLeon Scroggins <scroggo@google.com>
Tue, 15 Sep 2009 16:45:26 +0000 (12:45 -0400)
commit25d3547e0df084f963e38c6a93c99b02bd619de3
tree58977cdce35d936394f1251bba39d4a74878068a
parent43de61666cfc98a3acc41c7161a1a8b0bdb2b72b
When opening in the background, do not move the tab to front.

Remove some code which I assume was there for going to the
tab overview, and was incorrectly kept around.  When
opening a tab in the background, we do not need to set it
as the current tab.

Fixes http://b/issue?id=2118522

Change-Id: Ieaf512399b03307a1f70d952b648c0cfcf181c29
src/com/android/browser/BrowserActivity.java