commit | 6a91472770fa114eaa33ce9703884a82abd32d13 | [log] [tgz] |
---|---|---|
author | ianwen <ianwen@chromium.org> | Thu Jun 25 23:12:07 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 25 23:12:41 2015 |
tree | eb552164ac208611f4034ecdbde26046f31decf6 | |
parent | 94760850b842c5638a9ddd3372b9d857a32d173b [diff] |
Make Contextual Search work in chrome custom tabs After we disable new tab creation in custom tabs, the Contextual search feature has been broken as it relies on the ChromeActivity to create a tab for it to load the result. This CL makes the custom tab loads the result directly in the same tab. BUG=496418 Review URL: https://codereview.chromium.org/1202893003 Cr-Commit-Position: refs/heads/master@{#336292}