- 27 Sep, 2019 40 commits
-
-
Yuwei Huang authored
* Adds a default constructor for notification client that reads platform, locale, and other information from the device. * Adds message_id and dev_mode support to the notification rule. Bug: 1001291 Change-Id: Iecad79896c3daddf9c15bb474ca3615d8a36cff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828227 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#700812}
-
W. James MacLean authored
Since we can have more than one nested WebContents, we should make sure to get the outermost WebContents when initializing a popup window. Bug: 1002598 Change-Id: I568d31813e46af441760ef22afb9d3e4ae4c65ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819559 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#700811}
-
Peter Boström authored
AppMenuButton overrides ToolbarButton::OnBoundsChanged because it's not always hosted inside the toolbar. Color and text treatment for ToolbarButton assumes that it is. Since BrowserAppMenuButton is hosted in the toolbar area, and can make use of text / color it needs to use ToolbarButton::OnBoundsChanged too. Bug: None Change-Id: I20282139da46e4160e00e23b29ea61a5ff32ef30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829279 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#700810}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6e011bf4. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I06bb0f6aa123d1d721bdda9614d6545d9f67708e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829320Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#700809}
-
Garrett Beaty authored
The category field is unused in LUCI. Change-Id: Iafb35ecc9b8167b742919bfeb605e5078f647639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829952Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#700808}
-
Nate Fischer authored
This registers a CPUMetricsProvider, which will fill ChromeUserMetricsExtension.system_profile.hardware.cpu.* fields. Bug: 1008534 Test: Manual - verify fields in AwMetricsLogUploader::UploadLog Change-Id: Ie5d5ff7f16fb79a055b91f5dc2b8023405718ffb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828127Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#700807}
-
Elly Fong-Jones authored
This test tries to set a cookie in its PRE_ step, then read it back from disk in its normal step; to ensure that that actually happens, it should also flush the cookie store and wait for the flush to complete :) This should de-flake this test on all platforms. Bug: 868667,998740 Change-Id: I1f169122b10db9c6288cbb5226a51668e8b3350f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827860Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#700806}
-
Denis Solonkov authored
This CL: 1) Sets constructor priority to 0, instead of 100 to ensure that it is loaded first. 2) Adds TODO to look into dl_iterate_phdr instead of magic array. 3) Removed ifndef clang since DoNotOptimize is not clang specific. 4) Fixes the phdr sorting order to comply with the standard. Bug: 998082 Change-Id: Id9967f2b8cc004be5284153da45f46e479908e9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829203 Commit-Queue: Denis Solonkov <solonkovda@google.com> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#700805}
-
Yun Liu authored
Bug: 1008224 Change-Id: I72665696e664ce227435025214096574c9907563 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827247Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#700804}
-
Kyle Horimoto authored
Previously, we would show the "Connect" button based on the network's properties (e.g., whether it is connectable). However, this allowed some edge cases, such as when the device is disabled entirely. This CL changes the logic such that the "Connect" button is only enabled when the associated device is enabled. Additionally, this CL adds an "out of range" message in the UI when this situation occurs. Bug: 1008469 Change-Id: I7c97cfdd7db054af75d733a6d0cf1dd892f51028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827650Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#700803}
-
Mike Reed authored
See https://skia-review.googlesource.com/c/skia/+/244636 Bug: skia:9472 Change-Id: I58ccfcffd5ab93ab1c5bcfa2bff60899a98c34a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829938Reviewed-by:
Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#700802}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in ui/wm to the recommended methods/types. Bug: 1007855 Change-Id: Ieac0974831b5b08e546903d95ac4cfcf2e2ed21e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826901 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#700801}
-
Adam Langley authored
1) I messed up r696138 and removed the insertion into |active_authenticator_eids_|. This doesn't actually break anything, but could be problematic in theory for devices that switch addresses during caBLE handshakes, as some Samsung devices do. (r696138 is not in any release branches.) 2) Fix a couple of incorrect argument comments: the third argument to HKDF is the info, not the salt. 3) Increase the device timeout to 15 seconds. Windows appears to have issues making GATT connections within 10 seconds. It would be nice if it were faster but, for now, this might let things work. (Likely more tuning of this will be needed—hopefully downwards if we can fix the underlying cause for Windows being slow.) Change-Id: I5a099e254645d0c6cc1960b9835d5581e5fe0f75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829937 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#700800}
-
Ted Meyer authored
If we're in debug mode we can cast the device to a message queue and pull out some really nice detailed error messages Change-Id: I51ac393e9c742ac96caf3396dd1728c8b865509e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823643 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#700799}
-
Lucas Furukawa Gadani authored
The parsed CSP data is later used in the browser process for enforcement of the frame-ancestors directive. Bug: 759184 Change-Id: Iee12fcd3f3e1f589891227b9426f9ef0df740875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819631 Commit-Queue: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#700798}
-
Marc Treib authored
It was unused except for some tests. Bug: 1007942 Change-Id: I28dc5db238fa0234847478a76c76684539a23b58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827431 Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#700797}
-
Chris Lu authored
This change is meant to reduce image redundancy. Bug: 976901 Change-Id: If42ded707cd0bd40b397b1d309b4804e28efb361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825540 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#700796}
-
Xinan Cheng authored
It requires a parameter zx_status_t in the Callback OnBindingEmpty. Test: run_base_unittests Change-Id: I33d10748231b578277af56581d7d23ce35f48f60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808192Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Xinan Cheng <xinan@google.com> Cr-Commit-Position: refs/heads/master@{#700795}
-
Fernando Serboncini authored
Instead of using performance.now(), we actually return the expected time that the frame will be presented, similar to what main frame RAF does. Bug: 995235 Change-Id: Iaca7f757c1db34a5cd77b37ed12af0a6b2a7ebd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827507Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#700794}
-
Garrett Beaty authored
Change-Id: I70de7cb2f4d273f00d02a5421ab816cbf08efe6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829479 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#700793}
-
Garrett Beaty authored
chromiumos buildbot builders will be removed by https://crrev.com/c/1827672 Change-Id: Ieef629c397eb8aae2fa60f2800f0612adae49033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829475 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#700792}
-
Avery Musbach authored
Change-Id: I7627c5eaa0cade3fab1e95e67d3f9d38ba6aca53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828072 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#700791}
-
ziyangch authored
Bug: internal b/137872139 Test: Cast from Google Play Music, YouTube to Android TV. Change-Id: I101ca5aebf10e91ce4fa890f5fbf5b6d3e49f705 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817685 Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#700790}
-
Dana Fried authored
Checks for cases where methods might be called from the wrong thread, triggering a race condition, and documents that tab_strip_model is not thread-safe. This does not close the associated bug; it simply provides us with better diagnostic tools to figure out why it's happening and fix it. Bug: 1006708 Change-Id: Ia722327b921e8183aebd750ba164ab92112c63b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825918Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#700789}
-
Denis Solonkov authored
Bug: 998082 Change-Id: Ife302c9a5f5ae093d1e092ce6cb46a6e6c170e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829202 Commit-Queue: Denis Solonkov <solonkovda@google.com> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#700788}
-
mark a. foltz authored
https://chromium-review.googlesource.com/c/openscreen/+/1813877 renamed the platform_unittests target, which was being used upstream. An earlier version of this patch attempted to just run all of the openscreen_unittests. However, this fails because of target conflicts (e.g., protoc). In the interim, to prevent rolls from being blocked, we'll remove OSP unittests from upstream, until we can work out a build configuration that can compile them there. Bug: openscreen:50 Change-Id: I08737953395941219712590eebdcb0d22d702096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815963Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#700787}
-
Eric Robinson authored
This change adds a variable to ChildProcessPriorityLauncher to indicate whether the associated process is only used to run tasks for ad frames (low priority frames). That variable is then used by the RenderProcessHost to background the frame in those cases. Notification happens in the RenderProcessHost via new UpdateFrameWithPriority. Note: Identification of ad frames is done as per the AdTagging project. Frames that have been marked as ads remain ads, and thus the RenderProcessHost will remain low priority if the frame is navigated to any other non-ad URL within the same process (same domain). Currently this is behind a feature which is off by default. We will be experimenting with this to determine its impact on both ads and in the browser as a whole. Bug: 979234 Change-Id: I33d33bc9c1af16b04db211fda25217bd0b2fa85f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645978 Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#700786}
-
Xing Liu authored
This CL adds unit test to verify expired canceled/interrupted download will be deleted correctly. Also clean up the test file a little bit. Bug: 851650 Change-Id: I9a16fbb2c1902f2dfa6019721043f65a2c660aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828224Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#700785}
-
Kevin Bailey authored
We've been running with the Omnibox pop-up cursor wrapping enabled by default without reported issue, so this makes it permanent, by removing the feature option. Bug: 118094 Change-Id: I4d07d0ec629fadbb24985e42436fc02d492ca037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827542 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#700784}
-
Aya ElAttar authored
Bug: 999480 Change-Id: Ie8d6d685e5b047b7325964cef0027dcf3dec4ce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814934Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@google.com> Cr-Commit-Position: refs/heads/master@{#700783}
-
Ben Wagner authored
This directory is brought in through DEPS and needs to be added to the .gitignore like all the others. Bug: chromium:1008695,chromium:1004341 Change-Id: I0be8ff319656036f14a6e06a5e677029252b938d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829941Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#700782}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2e230c0d9b01..7505235b577c git log 2e230c0d9b01..7505235b577c --date=short --no-merges --format='%ad %ae %s' 2019-09-27 fmayer@google.com Do not increment rel_pc by 1. Created with: gclient setdep -r src/third_party/perfetto@7505235b577c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: Iee2cfe01fe196cc4f0c8be213826bd11071652b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829461Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#700781}
-
Yuke Liao authored
This CL turns on coverage instrumentation on linux-chromeos-rel to start collecting code coverage data for ChromeOS CLs. Bug: 1000367 Change-Id: I6ec457d60c83316b8400f8115f2fc742f317c3b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825923 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#700780}
-
Oystein Eftevaag authored
Perfetto has now been the tracing default for several releases and it's time to clean up the old codepaths, starting with these switches/feature flags. R=ssid@chromium.org TBR=avi@chromium.org,dgozman@chromium.org CC=eseckler@chromium.org,nyquist@chromium.org,skyostil@chromium.org,primiano@chromium.org BUG=966098,839086 Change-Id: I25c21c1276fd129e59804a3883c123984bc6eff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816735Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#700779}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/15c232a5c504..b2ed47b33935 Created with: gclient setdep -r src-internal@b2ed47b33935 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I56442149880cc9ea38c50c4631145e3b651e446b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829737Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#700778}
-
Xiaoqian Dai authored
These two functions are used in multiple places and will also be used in overview gesture. So extract the common logic out and put into util functions. Bug: 997885 Change-Id: I140c599d96998a5e61e0a37c6a16e4b9012846d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827189 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#700777}
-
Matt Mueller authored
Bug: 1004507 Change-Id: Ic61fc9e819ef26d2eb5a128d37a65001d7d212fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822901 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#700776}
-
Denis Solonkov authored
Bug: 998082 Change-Id: I7960e1a35f47399486f54c1ce6968bac5ce65c0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817605 Commit-Queue: Denis Solonkov <solonkovda@google.com> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#700775}
-
Donn Denman authored
Fixed a px/dp conversion introduced during refactoring. When refactoring the insetViewportBottom method from RWHV to ViewAndroid we dropped an internal conversion from px to dp [i]. This caused the insetting for Autofill Assistant to be way off on some devices. This CL just puts the px to dp conversion back where it belongs. [i]: https://chromium-review.googlesource.com/c/1714286/24/content/browser/renderer_host/render_widget_host_view_android.cc#b535 BUG=1006288, 986384 Change-Id: I1d8e309fd88185bede901aa74bceeb1f5fe88976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826050Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#700774}
-
Chris Harrelson authored
It has no effect and is ignored in BGPT mode, as it does not draw content. Bug: 1008483 Change-Id: I68e11f9f6aeff0e5469b9227abef2aa32e9975a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827668 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#700773}
-