- 05 Jun, 2019 40 commits
-
-
Caleb Raitto authored
See crrev.com/c/1590404 and the linked bug for context -- the goal is to fix the broken memory-leak checking in Chromium's ASAN (AddressSanitizer) trybots, which are supposed to also run LSAN (LeakSanitizer). Currently-leaking tests must be fixed or disabled before leak checking can be enabled in the ASAN trybot. WARNING: This will result in a loss of ASAN coverage for the affected tests given that LSAN runs as part of the ASAN trybot. If that's not acceptable, we can wait until the leaks are fixed before fixing leak detection in trybots, but keep in mind that newly-introduced leaks Chromium-wide won't be caught until then. Bug: 961039,969160 Change-Id: Ied0a27fde7a99c5d801a49adc235c712e5fedce2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638923 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#666304}
-
Karolina Soltys authored
This reverts commit 0c8cf257. Reason for revert: The upstream CL got reverted. Original change's description: > [scheduler] Registering the current task executor. > > I'm saving to TLS the current task executor on registration, and providing > it for the base::CurrentThread() trait. > > Bug: 968047 > Change-Id: I753213ff57249ed55d10cb0a576ec56975a4088e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642562 > Reviewed-by: Alex Clarke <alexclarke@chromium.org> > Reviewed-by: Karolina Soltys <ksolt@chromium.org> > Commit-Queue: Karolina Soltys <ksolt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#666291} TBR=skyostil@chromium.org,alexclarke@chromium.org,ksolt@chromium.org Change-Id: Iebd1add6a23939b48ae2c25335b49ce2869a2f97 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 968047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645777Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#666303}
-
Andrew Xu authored
When showing the system tray with the shortcut, the auto-hide shelf is shown and the system tray gets the focus. Then tapping on the shelf button will change the focus and system tray (including shelf) is dismissed. The shelf button starts to handle the gesture event after the shelf is closed. As a result, the shelf button does not respond to gesture events. In this CL, when a touch-pressing event comes and shelf is visible, ShelfBezelEventHandler holds the shelf until the touch-releasing event arrives. It is effective because ShelfBezelEventHandler receives the event before SystemTrayEventFilter. Bug: 902680 Change-Id: Id04780e2211c0ab19691db811496e703950f81d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639082Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#666302}
-
Yun Liu authored
android-code-coverage keeps failing https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/android-code-coverage Looks like it is searching for 8 cores, which should be 32 cores, e.g.: https://chromium-swarm.appspot.com/task?id=453ef7394666fa10&o=true&w=true Bug: 967011,961808 Change-Id: Ib1b958e0e27c29868cad080786a9aa83767c2773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644878Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#666301}
-
Gabriel Charette authored
This reverts commit 973df87d. Reason for revert: Let's not land TaskTraits that don't do what they say. We can reland this in the base::experimental:: namespace or something but I'm strongly against having it while it's not supported and tested. Original change's description: > [scheduler] Adding base::CurrentThread trait. > > I'm adding a trait specifying that the task should run on the current > thread. It will be one of the 3 possible destinations (alongside > ThreadPool and BrowserThread), specifying which will be made mandatory > in a future CL. > > A future CL will add the desired functionality backing this trait. > > Bug: 968047 > Change-Id: I16f244911b9e25da354148b034bd766c988dec11 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642559 > Reviewed-by: Richard Coles <torne@chromium.org> > Reviewed-by: Karolina Soltys <ksolt@chromium.org> > Reviewed-by: Alex Clarke <alexclarke@chromium.org> > Commit-Queue: Karolina Soltys <ksolt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#666288} TBR=torne@chromium.org,skyostil@chromium.org,alexclarke@chromium.org,ksolt@chromium.org Change-Id: I2c100ff743dd25aeabf943c2ee47d4f811141340 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 968047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645307Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#666300}
-
Etienne Bergeron authored
The default font returned by Skia should take the initial size from the default value kDefaultBaseFontSize specified in PlatformFont. R=robliao@chromium.org, asvitkine@chromium.org CC=benck@google.com Bug: 944227 Change-Id: I6b230b80c349abbe5968edb3cebdd6e89db4c4a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642738Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#666299}
-
Alex Ilin authored
BrowserAddPersonEnabled policy controls whether Chrome allows Add Person from the user manager. Hovewer, it doesn't inhibit the user from creation of a new profile from the profile menu in the menu bar on Mac. This CL removes Add Person menu item if BrowserAddPersonEnabled policy is set to false. Bug: 807860 Change-Id: Id8a34bbe164cad8998de2d36f2d23b9396d95c82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645224Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#666298}
-
Denis Kuznetsov authored
Over time we have to introduce new parameters for Register/ RegisterWithCertificate requests, and this list is growing unmanageable. We need to add one more parameter, so this CL just groups such parameters into a single struct with reasonable values for defaults. Change-Id: I362ffda59f0b78cc25541953f8afb3e2df11b1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625124 Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#666297}
-
Xiyuan Xia authored
Bug: 958228 Change-Id: I7fbe6243e15daaf800f720f4b022360124ec661f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642962 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#666296}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971262 Change-Id: I0a5a2b0ea5cb6d046b0efbdbb4c67637afb015aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645130Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666295}
-
Robert Ma authored
Bug: 935698 Change-Id: Icdc04204eba3f98f1dd34e26be694d48887a068a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641520Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#666294}
-
Adam Langley authored
(Accessors like |GetUnsigned| will crash if the type of the value is anything unexpected.) Change-Id: Ic7c5e0971b00e2c566d32b18efc620780ee7c96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636649 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#666293}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971259 Change-Id: Idc4025936bf8a3275a7d52567c93bf2b047f08a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644837Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666292}
-
Karolina Soltys authored
I'm saving to TLS the current task executor on registration, and providing it for the base::CurrentThread() trait. Bug: 968047 Change-Id: I753213ff57249ed55d10cb0a576ec56975a4088e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642562Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#666291}
-
Daniel McArdle authored
Change-Id: Ie7ce5e6567d78c7a96da355c8413062c23344335 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641369 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#666290}
-
Mario Sanchez Prada authored
This interface used to be referenced from blink::PushController and implemented by content::PushMessagingClient, but now those two classes are gone we can safely remove this unused API. Bug: 939943 Change-Id: Id0cbf05091234f94fa69e0b65e1079d92afbdf30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631596 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#666289}
-
Karolina Soltys authored
I'm adding a trait specifying that the task should run on the current thread. It will be one of the 3 possible destinations (alongside ThreadPool and BrowserThread), specifying which will be made mandatory in a future CL. A future CL will add the desired functionality backing this trait. Bug: 968047 Change-Id: I16f244911b9e25da354148b034bd766c988dec11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642559Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#666288}
-
Daniel McArdle authored
This CL improves the fuzzer coverage of ParsedCookie's mutator methods (SetName, SetValue, etc.). It also adds a check for the property that serializing, deserializing, and then reserializing a valid cookie produces the same cookie line both times. Change-Id: If2db605195daf2a7e77a8dded4b391281eb83c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643754Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#666287}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 781935 Change-Id: I9973c749525060323531229f997e5da1adee76f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645379Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666286}
-
Claudio DeSouza authored
Having rendering_representative_perf_tests on testing/BUILD.gn adds a dependency into the //chrome tree for the //testing build process. This CL merely moves the target to //chrome/test in order to remove this dependency spread. Change-Id: Iae6b25d5ddcf8d014f4ca9f8a47499244980b04d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635812 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#666285}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971256 Change-Id: I3ac4e30183589e472541eb62ffe56f977efb962c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644834Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666284}
-
Yuki Shiino authored
This is a quick fix to remove v8::Persistent from IDL callbacks. V8PersistentCallback{Function,Interface}Base should be removed in a follow-up patch. Change-Id: Ic6526252749e6d70c8c02092ae0b07716702e176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645713Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#666283}
-
Etienne Bergeron authored
This CL is removing useless forward declaration and unused include file. There is no behavior change. R=robliao@chromium.org, asvitkine@chromium.org CC=benck@google.com Bug: 944227 Change-Id: Ifcda56f000119dd3682eff2e7665f59a49c84ed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643381Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#666282}
-
Yeol authored
When calling AddView from AddLabelledRowToGridLayout, released unique_ptr to pass to argument. Bug: 948287 Change-Id: I71373a27ee7b8c7ae3bf8c1fdb8eed86b806eac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644889 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#666281}
-
Liquan(Max) Gu authored
ImagePaintTimingDetector has an overflow issue in multiplying two integers (height*width). In this patch we will use rect.Size().Area() to compute the size. As the function has handled the overflown issue properly, we can use it to fix the bug. The fix has been verified with a local run of the Cluster Fuzz. Bug: 969295 Change-Id: I67fda6339bbcbc8346b02397031d9a73c3c61f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643091Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#666280}
-
Jose Dapena Paz authored
When RenderProcessUserData is destroyed from the destructor of RenderProcessHostImpl, it is done in the destructor of RenderProcessHost. At this point RemoveObserver override is already freed, so RenderProcessHost is pure virtual. This crash happens at least building with GCC: at /usr/include/c++/8/ext/new_allocator.h:140 (this=0x7fffffffcb50, __in_chrg=<optimized out>) at /usr/include/c++/8/bits/stl_tree.h:964 We need to destroy RenderProcessUserData before that happens. To do that we can just override RenderProcessHostDestroyed. Bug: 910288 Change-Id: I38107b178829b0cb7494f5333b765e5b087d82cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645366 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#666279}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971252 Change-Id: I1b93944ca76b422c7b8c4972e161326717a612c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645475Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666278}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971241 Change-Id: Ib0e2541601ee7eef544ff5d5a0a9adc46f54762f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645793Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666277}
-
Robert Ma authored
Also add Fuschia to the port list (should have been done in https://crrev.com/c/1640796). Bug: 958017, 567947 Change-Id: I872e95652477f472fc1f54421b08425900dbc283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643840Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Auto-Submit: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#666276}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971247 Change-Id: If2170d68287e5021e25986cc4dd875ca864c53fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645812Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666275}
-
Vladislav Kuzkokov authored
Everywhere where needed the copy in PrintedDocument is available. Bug: 964948 Change-Id: I34a7e1eaddb884f5e0bff9710767ed03eda96ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631598Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#666274}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 971241 Change-Id: I373aa360faa185ff15ff940fea5dd622b376d86d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645160Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666273}
-
kylechar authored
This CL adds temporary detailed logging for all the failures cases in the CopyOutputResult deserialization code. https://crbug.com/967856 is the result of a deserialization error and I haven't been able to reproduce it on a dev machine. Add logging so it gets picked up in canary or dev release to give more insight. Bug: 967856 Change-Id: I3b390c3ba9800f5c7f19d75a3cc0b9457c39d2c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643495 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#666272}
-
Yuwei Huang authored
Bug: 965746 Change-Id: I0d9b31fea543ee0b9e661f2025bc9133863f9dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643786Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#666271}
-
Mark Cogan authored
After the switch to use WebStateListObserver instead of TabModelObserver, BrowserViewWrangler will get a notification that the active webState is changing when the app quits (the active webState is changing to nullptr). This in turn causes a call to -updateDeviceSharingManager, which explodes when there's no active WebState. The fix is to not call -updateDeviceSharingManager with a nullptr new active web state. Bug: 968475 Change-Id: I78b25c627d311d2e2a3f152e8cd8f663161962bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645230 Auto-Submit: Mark Cogan <marq@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#666270}
-
Ehsan Karamad authored
TestNavigationThrottle::Status seems unused. Removing with this CL. Bug: None Change-Id: I69ba98e5b9eaa976861ada7dc772ca7f794d4115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642019Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#666269}
-
Xiyuan Xia authored
Bug: 958229 Change-Id: I444c8a563c328efcbfebe1426ddec692d41a171a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643757Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#666268}
-
Xida Chen authored
TBR=gayane@chromium.org NOTRY=true Bug: 922951 Change-Id: Icdf09cc7c60f19ef7aaf8fa32503445f5c3c617c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645202Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#666267}
-
Pavel Shmakov authored
Based on flakiness dashboard: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=network_service_out_of_process_chrome_public_test_apk&tests=org.chromium.chrome.browser.profiling_host.ProfilingProcessHostAndroidTest TBR=erikchen@chromium.org,tedchoc@chromium.org Bug: 970205 Change-Id: Ia2164945ceecab937403e4c69e0d407b454e61d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645228 Commit-Queue: Pavel Shmakov <pshmakov@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#666266}
-
Mario Sanchez Prada authored
This is no longer used now that we have removed PushMessagingClient from //content/renderer, so we can safely remove it. Bug: 939943 Change-Id: If7074fb428b25f16482d91940d84c48fd71bc3bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631403 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#666265}
-