Skip to content

Commit

Permalink
Whitelist talkgadget.google.com for screen capture API.
Browse files Browse the repository at this point in the history
BUG=326620

Review URL: https://codereview.chromium.org/100933003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239300 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sergeyu@chromium.org committed Dec 7, 2013
1 parent a940fe5 commit 71caa9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/browser/media/media_capture_devices_dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ bool IsOriginWhitelistedForScreenCapture(const GURL& origin) {
if (// Google Hangouts.
(origin.SchemeIs("https") &&
EndsWith(origin.spec(), ".talkgadget.google.com/", true)) ||
origin.spec() == "https://talkgadget.google.com/" ||
origin.spec() == "https://plus.google.com/" ||
origin.spec() == "chrome-extension://pkedcjkdefgpdelpbcmbmeomcjbeemfm/" ||
origin.spec() == "chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/" ||
Expand Down

0 comments on commit 71caa9c

Please sign in to comment.