Description[Android] Implement copy and open in background of Browser Actions
This CL implements two simple predefined options in Browser Action
context menu including:
1. Copy link: Copies the given url and displays a toast message for it.
It uses Android ClipBoaard api instead Chrome custom api since native
library might not be loaded when option is selected.
2. Open in incognito tab: modifies the ChromeTabbedActivity to allow
incognito tab created with FROM_EXTERNAL_APP launch type. This allows
back button closes the tab and exits Chrome.
BUG=719080
Review-Url: https://codereview.chromium.org/2872353004
Cr-Commit-Position: refs/heads/master@{#473256}
Committed: https://chromium.googlesource.com/chromium/src/+/7efcbacb378eb77a93738a5e60479c8085a5564c
Patch Set 1 #
Total comments: 4
Patch Set 2 : Update based on Ted's comments. #
Total comments: 2
Patch Set 3 : Update based on Ted's comment. #
Total comments: 7
Patch Set 4 : Update based on Ted and Maria's comments. #Patch Set 5 : Rebase. #Patch Set 6 : Rebase. #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 17 (6 generated)
|