Commit 879efe4a authored by David Jean's avatar David Jean Committed by Commit Bot

[ios] remove comment in scene controller

Change-Id: I86625fa583c7b21b665bc2e19fc0b9e4b18a282c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253745Reviewed-by: default avatarDavid Jean <djean@chromium.org>
Reviewed-by: default avataredchin <edchin@chromium.org>
Auto-Submit: David Jean <djean@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781148}
parent 9f45a390
...@@ -376,8 +376,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] = ...@@ -376,8 +376,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] =
if (sceneState.currentOrigin != WindowActivityRestoredOrigin) { if (sceneState.currentOrigin != WindowActivityRestoredOrigin) {
if (IsMultiwindowSupported()) { if (IsMultiwindowSupported()) {
if (@available(iOS 13, *)) { if (@available(iOS 13, *)) {
// int origin =
// static_cast<int>(sceneState.currentOrigin);
base::UmaHistogramEnumeration(kMultiWindowOpenInNewWindowHistogram, base::UmaHistogramEnumeration(kMultiWindowOpenInNewWindowHistogram,
sceneState.currentOrigin); sceneState.currentOrigin);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment