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

Issue 1898953002: [Media Router WebUI] Handle route details in incognito. (Closed)

Created:
4 years, 8 months ago by apacible
Modified:
4 years, 8 months ago
Reviewers:
mark a. foltz, imcheng
CC:
arv+watch_chromium.org, chromium-reviews, media-router+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Media Router WebUI] Handle route details in incognito. While we currently don't support split mode for the extension, we cannot do any toplevel navigations with the component extension with extensionview. Thus, anyone trying to view the route details in incognito mode will see a "This site can't be reached" error message if there was custom controls available for the route. This change only shows the default route details description when the browser is "off the record", aka in incognito mode. BUG=604407 Committed: https://crrev.com/34b4be50fde0e4a79798bab28a47acbadc0e6479 Cr-Commit-Position: refs/heads/master@{#388107}

Patch Set 1 : #

Total comments: 1

Messages

Total messages: 18 (9 generated)
apacible
PTAL, thanks!
4 years, 8 months ago (2016-04-18 21:08:30 UTC) #6
apacible
Screenshot: https://screenshot.googleplex.com/Xw0p7avjyWq.png
4 years, 8 months ago (2016-04-18 21:10:14 UTC) #7
imcheng
lgtm
4 years, 8 months ago (2016-04-18 23:45:43 UTC) #8
mark a. foltz
Probably good to fix this here, but I was also going to patch the Cast ...
4 years, 8 months ago (2016-04-18 23:49:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1898953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1898953002/40001
4 years, 8 months ago (2016-04-19 01:08:02 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:40001)
4 years, 8 months ago (2016-04-19 01:14:23 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/34b4be50fde0e4a79798bab28a47acbadc0e6479 Cr-Commit-Position: refs/heads/master@{#388107}
4 years, 8 months ago (2016-04-19 01:15:50 UTC) #16
apacible
On 2016/04/18 23:49:38, mark a. foltz wrote: > Probably good to fix this here, but ...
4 years, 8 months ago (2016-04-19 01:21:19 UTC) #17
mark a. foltz
4 years, 8 months ago (2016-04-19 18:24:24 UTC) #18
Message was sent while issue was closed.
lgtm with a bikeshed on names.

https://codereview.chromium.org/1898953002/diff/40001/chrome/browser/ui/webui...
File chrome/browser/ui/webui/media_router/media_router_webui_message_handler.cc
(right):

https://codereview.chromium.org/1898953002/diff/40001/chrome/browser/ui/webui...
chrome/browser/ui/webui/media_router/media_router_webui_message_handler.cc:413:
initial_data.SetBoolean("isOffTheRecord", profile->IsOffTheRecord());
There is already a per-route boolean that indicates whether the route is off the
record.  To avoid confusion between this value and the per-route value, I might
have named it "isIncognitoProfile"...

But I really don't think it's worth spending time on a patch for this change.

Powered by Google App Engine
This is Rietveld 408576698