Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Issue 11416013: Move RequestPpapiBrokerPermission from WebContentsObserver to WebContentsDelegate. (Closed)

Created:
8 years, 1 month ago by Bernhard Bauer
Modified:
8 years, 1 month ago
Reviewers:
jam, sky
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, tfarina, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org
Visibility:
Public.

Description

Move RequestPpapiBrokerPermission from WebContentsObserver to WebContentsDelegate. TBR=joth@chromium.org BUG=142639 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169360

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : review #

Total comments: 4

Patch Set 4 : review #

Total comments: 8

Patch Set 5 : review #

Patch Set 6 : review #

Patch Set 7 : sync #

Patch Set 8 : fix faulty merge #

Patch Set 9 : fix faulty merge #

Patch Set 10 : android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -406 lines) Patch
M android_webview/browser/renderer_host/aw_render_view_host_ext.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/pepper_broker_infobar_delegate.h View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A + chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 3 4 3 chunks +54 lines, -108 lines 0 comments Download
D chrome/browser/pepper_broker_observer.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/pepper_broker_observer.cc View 1 chunk +0 lines, -232 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/external_tab_container_win.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/external_tab_container_win.cc View 1 2 3 4 5 6 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 1 chunk +10 lines, -11 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_delegate.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_observer.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -13 lines 0 comments Download
M content/public/browser/web_contents_observer.cc View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Bernhard Bauer
Please review. John: content/ Scott: chrome/ Thanks!
8 years, 1 month ago (2012-11-16 09:31:57 UTC) #1
Avi (use Gerrit)
drive-by https://codereview.chromium.org/11416013/diff/1016/chrome/browser/pepper_broker_infobar_delegate.h File chrome/browser/pepper_broker_infobar_delegate.h (right): https://codereview.chromium.org/11416013/diff/1016/chrome/browser/pepper_broker_infobar_delegate.h#newcode14 chrome/browser/pepper_broker_infobar_delegate.h:14: class HostContentSettingsMap; h < i https://codereview.chromium.org/11416013/diff/1016/chrome/browser/pepper_broker_infobar_delegate.h#newcode41 chrome/browser/pepper_broker_infobar_delegate.h:41: PepperBrokerInfoBarDelegate( ...
8 years, 1 month ago (2012-11-16 15:15:43 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/11416013/diff/1016/chrome/browser/pepper_broker_infobar_delegate.h File chrome/browser/pepper_broker_infobar_delegate.h (right): https://codereview.chromium.org/11416013/diff/1016/chrome/browser/pepper_broker_infobar_delegate.h#newcode14 chrome/browser/pepper_broker_infobar_delegate.h:14: class HostContentSettingsMap; On 2012/11/16 15:15:43, Avi wrote: > h ...
8 years, 1 month ago (2012-11-16 17:02:40 UTC) #3
jam
https://codereview.chromium.org/11416013/diff/7017/content/public/browser/web_contents_delegate.cc File content/public/browser/web_contents_delegate.cc (right): https://codereview.chromium.org/11416013/diff/7017/content/public/browser/web_contents_delegate.cc#newcode151 content/public/browser/web_contents_delegate.cc:151: callback.Run(false); nit: don't add this function body, just leave ...
8 years, 1 month ago (2012-11-16 17:46:40 UTC) #4
sky
LGTM https://codereview.chromium.org/11416013/diff/7017/chrome/browser/pepper_broker_infobar_delegate.cc File chrome/browser/pepper_broker_infobar_delegate.cc (right): https://codereview.chromium.org/11416013/diff/7017/chrome/browser/pepper_broker_infobar_delegate.cc#newcode43 chrome/browser/pepper_broker_infobar_delegate.cc:43: if (Profile::IsGuestSession()) { Move this before 40. https://codereview.chromium.org/11416013/diff/7017/chrome/browser/pepper_broker_infobar_delegate.h ...
8 years, 1 month ago (2012-11-16 21:48:30 UTC) #5
Bernhard Bauer
http://codereview.chromium.org/11416013/diff/7017/chrome/browser/pepper_broker_infobar_delegate.cc File chrome/browser/pepper_broker_infobar_delegate.cc (right): http://codereview.chromium.org/11416013/diff/7017/chrome/browser/pepper_broker_infobar_delegate.cc#newcode43 chrome/browser/pepper_broker_infobar_delegate.cc:43: if (Profile::IsGuestSession()) { On 2012/11/16 21:48:30, sky wrote: > ...
8 years, 1 month ago (2012-11-19 08:55:17 UTC) #6
jam
lgtm
8 years, 1 month ago (2012-11-19 19:00:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/7034
8 years, 1 month ago (2012-11-19 19:09:06 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-19 19:22:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/7034
8 years, 1 month ago (2012-11-20 09:45:28 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-20 09:56:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/7034
8 years, 1 month ago (2012-11-22 10:05:12 UTC) #12
commit-bot: I haz the power
Failed to apply patch for content/public/browser/web_contents_observer.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-11-22 10:05:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/10007
8 years, 1 month ago (2012-11-22 12:59:44 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-22 13:20:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/13002
8 years, 1 month ago (2012-11-22 19:17:24 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-22 19:35:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11416013/21
8 years, 1 month ago (2012-11-23 17:00:57 UTC) #18
commit-bot: I haz the power
8 years, 1 month ago (2012-11-23 18:57:21 UTC) #19
Message was sent while issue was closed.
Change committed as 169360

Powered by Google App Engine
This is Rietveld 408576698