|
Pass user gesture indicator for RPH and intents.
We are moving to a policy which will change where we show
RPH and web intents registrations between infobar and page-action
type indicator depending on factors like user gesture, previous
showing of the infobar, and perhaps other considerations. This
change gets that user gesture indicator to the policy logic.
It also incorporates a change to the web intents registration IPC
to pass the service info struct instead of individual members. (Adding
the user gesture went over the param limit, and passing the struct
is a good change regardless.)
[email protected],[email protected]
BUG= 119438
TEST=*WebIntent*.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139996
Total comments: 38
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -120 lines) |
Patch |
 |
M |
chrome/browser/external_tab/external_tab_container_win.h
|
View
|
1
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/external_tab/external_tab_container_win.cc
|
View
|
1
|
1 chunk |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/intents/register_intent_handler_helper.cc
|
View
|
1
|
2 chunks |
+7 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.h
|
View
|
1
2
3
4
5
|
3 chunks |
+18 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/common/intents_messages.h
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents_delegate.h
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/notification_provider.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
|
1 chunk |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/web_intent_service_data.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/web_intent_service_data.cc
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|