- 10 Jul, 2017 40 commits
-
-
Mark Cogan authored
This CL removes two further command IDs used in the toolbar and tools menu, replacing them with methods in BrowserCommands. This also "fixes" the hack required to record metrics for taps on the bookmarks button separately when the page is bookmarked and when it isn't (by separating the metrics-identifying ID from the actual thing the button does). Bug: 228521, 73881 Change-Id: I8e046760fef9aca271a5f4cf75c47f1fa7d85e40 Reviewed-on: https://chromium-review.googlesource.com/563307 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#485221}
-
Matt Falkenhagen authored
This CL makes RemoveWorkerProcess() match AllocateWorkerProcess(). Now they both must be called on the UI thread. Change-Id: I5e6711a1aadd10aeee1cd896c81db3b1a4cf0225 Reviewed-on: https://chromium-review.googlesource.com/562848 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#485220}
-
Yoshifumi Inoue authored
This patch makes |PreviousLeafWithSameEditability()| in "VisibleUnitsLine.cpp" to take |const Node&| to avoid to use |const_cast<Node*>()| for improving code health. Change-Id: I30d6bc043fc90476decbffe8bd9422c07de28b3d Reviewed-on: https://chromium-review.googlesource.com/564901Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485219}
-
Jinho Bang authored
Add CanMakePaymentRespondWithObserver to Blink. The class is used for processing result promise of respondWith() in |canmakepayment| event. Related spec change: https://github.com/w3c/payment-handler/pull/170 See the other CLs in this series: [1/4] https://chromium-review.googlesource.com/c/558887 [2/4] https://chromium-review.googlesource.com/c/558888 [3/4] This patch. [4/4] https://chromium-review.googlesource.com/c/558890 Bug: 736745 Change-Id: I74782f924d67cc5cb732dd6797d40b76116f372f Reviewed-on: https://chromium-review.googlesource.com/558889 Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#485218}
-
Sylvain Defresne authored
Add a substitution for ENCRYPTION_EXPORT_COMPLIANCE_CODE if ios_encryption_export_compliance_code is non-empty to fix compilation. Bug: 649854 Change-Id: I55ab7e3467b89bc2970ab5a7fc11fc5baed09518 Reviewed-on: https://chromium-review.googlesource.com/563666Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#485217}
-
Marc Treib authored
Hidden behind a new feature "UseDdljsonApi", available on Android and iOS. Bug: 690467 Change-Id: Ia31c1939159a9c1fc093fe478ea6ad91a61d6fe8 Reviewed-on: https://chromium-review.googlesource.com/544869 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#485216}
-
chrome://popular-sites-internalsChris Pickel authored
The one remaining feature that it has and ntp-tiles-internals lacks is that it prints the status of a fetch after updating the URL. This doesn't merit keeping the old page around anymore, in my opinion. BUG=655622 Change-Id: Ia4067f313bc914e7d2e3cba44634d9f906e7de70 Reviewed-on: https://chromium-review.googlesource.com/563360Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#485215}
-
yoichio authored
Before this patch, we use VisibleUnit::ComputeTextRect() to compute a rect to scroll. However, ComputeTextRect() calls InlineTextBox::LocalSelectionRect() which depends on InlineTextBox current SelectionState. To avoid that, update SeletionState and get a rect directly from LayoutSelection::SelectionBounds(). BUG=739062, 740401 TEST=LayoutTests/editing/input/scroll-with-tab-to-input-regression.html Review-Url: https://codereview.chromium.org/2979513002 Cr-Commit-Position: refs/heads/master@{#485214}
-
Jan Krcal authored
This CL extends the metrics that allow to do a what-if analysis for _decreasing_ fetching intervals for remote suggestions. Bug: 739671 Change-Id: I4cb9f87cd5546b54fa9acfd66f26bffeb18483b7 Reviewed-on: https://chromium-review.googlesource.com/561320Reviewed-by:
vitaliii <vitaliii@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#485213}
-
tzik authored
base::Bind is intended to reject raw pointers to ref-counted objects, however, it fails to reject CVR qualified ones. This CL fixes the check for const-qualified cases. Bug: 737010 Change-Id: I0a3c51d36a240257c66682a2fe061dc514e40835 Reviewed-on: https://chromium-review.googlesource.com/558594Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#485212}
-
tzik authored
This CL flips `use_once_callback` flag on the Mojo code generator, and fixes all compile errors after it. After this CL, Mojo interfaces in //media/mojo/interfaces starts using base::OnceCallback instead of base::Callback on its return value handling. The migration recipe was: - Convert pass-by-ref callback objects to pass-by-value. - Use std::move() to forward it to other consumer, or to invoke it with Callback::Run(). - Handle wherever copies are required manually. - Check if the conversion doesn't change the semantics. As the transfer and invocation clobber the callback object, care about use-after-move. It's considered safe to consume almost scoped-out callback. TBR=satorux@chromium.org Bug: 714018 Change-Id: Ic0cad5638bd8e9b05ddb62c028839bb4d0b955b2 Reviewed-on: https://chromium-review.googlesource.com/536384 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#485211}
-
Jan Krcal authored
This CL allows more informative metrics for clients of LargeIconService. Bug: 736265 Change-Id: I5f0b855db06180436a3afba845c702f615eb0f0f Reviewed-on: https://chromium-review.googlesource.com/544931Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#485210}
-
ramyasharma authored
This CL just pulls out the basic views, and models into the super class. Next CLs will pull out delegate logic, and view layouts. BUG=705339 Review-Url: https://codereview.chromium.org/2972733002 Cr-Commit-Position: refs/heads/master@{#485209}
-
Sylvain Defresne authored
During compilation of assets catalogs, actool has the option of recompressing the images (likely with pngcrush as used by older version of Xcode). Add an option to wrapper script to control whether this is enabled and disable it on iOS (as images have already been optimised with imageoptim). Bug: 738359 Change-Id: I8a2b855798bf5f2d221fe9dc1098f8649f77e5a4 Reviewed-on: https://chromium-review.googlesource.com/561777Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#485208}
-
Takeshi Yoshino authored
Bug: Change-Id: I38d1f5a5cbe49909be0b5a394719242f2aec0405 Reviewed-on: https://chromium-review.googlesource.com/564858Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org> Cr-Commit-Position: refs/heads/master@{#485207}
-
Yoshifumi Inoue authored
Make LineDirectionPointForBlockDirectionNavigation() to take const Position& instead of EPositionType This patch makes |LineDirectionPointForBlockDirectionNavigation()| to take |const Position&| and get rid of |EPositionType| enum to simplify source code for improving code health. Change-Id: I640c0391783ac4f8141742ee9495545fe2889fd9 Reviewed-on: https://chromium-review.googlesource.com/564873Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485206}
-
Yoshifumi Inoue authored
This patch changes |Adjust{Forward,Backward}PositionForUserSelectAll()| in "SelectionModifier.cpp" to take |Const VisbilePosition&| as follow-up of patch[1], since the parameter is "in"-parameter, we don't use it as "out"- parameter for improving code health. [1] http://crrev.com/c/562915 Refactor AdjustPositionForUserSelectAll() in SelectionModifier.cpp Change-Id: I618d48c6a05c015ece70ac1ffa103fbce2e64040 Reviewed-on: https://chromium-review.googlesource.com/564870Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485205}
-
Kent Tamura authored
Unescaped custom validation messages could cause DCHECK failures. Bug: 739091 Change-Id: Ia7993221cad5d7ff00767cfe676e88da2fba2114 Reviewed-on: https://chromium-review.googlesource.com/564194Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#485204}
-
Vaclav Brozek authored
The password_manager component now has a GetHumanReadableOrigin in its core layer, so iOS settings should no longer use the outdated local replacement. As work progresses on https://crbug.com/628988, this will also allow the iOS settings to use more user-friendly names for credentials coming from Android apps. The difference is currently only subtle: the new function drops the path from the web origin (URL). This seems reasonable, given that it highlights the hostname and the full URL is available in the password details section (as soon as viewing passwords is launched -- tracked at https://crbug.com/739404). Once https://crbug.com/628988 is fixed, there will be a much bigger difference for the credentials coming from Android apps, where the cryptic URL will be replaced by a human readable app name. Screenshots comparing the before and after state for this CL are at https://crbug.com/669538#c2. Bug: 669538 Change-Id: I4ae80be4326c48d44f684b18b73682da99abb8b7 Reviewed-on: https://chromium-review.googlesource.com/563664 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#485203}
-
Yuta Kitamura authored
This patch only touches comments. No code change. Change-Id: Ibc823deb7cfe35dfed400566767e1791ac78e48b Reviewed-on: https://chromium-review.googlesource.com/564876Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#485202}
-
calamity authored
BUG=708487 TBR=primiano@chromium.org Review-Url: https://codereview.chromium.org/2975743002 Cr-Commit-Position: refs/heads/master@{#485201}
-
Yoshifumi Inoue authored
This patch converts "empty-cell-right-click.html" to gTest to narrow scope of verification for improving code health. # Background The bug[1] is happend only on MacOS due by MacOs specific behavior |ShouldSelectOnContextualMenuClick()|. This means "empty-cell-right-click.html" is only meaningful on MacOs. Also, The actual changes of fixing the bug[1] is in |ViisibleSelection|. Hence, using unit test for |VisibleSeleciton| is more suitable for this case. [1] https://bugs.webkit.org/show_bug.cgi?id=32622 Right clicking in a table cell creates a selection that extends into the next cell Change-Id: I806907f6d13008f3b131514e3012fd9fb8bc0561 Reviewed-on: https://chromium-review.googlesource.com/564865Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485200}
-
gambard authored
When there is an animation on the NTP screen with ContentSuggestions, the appearing and disappearing icons are shown with an alpha of 1 during the whole animation. This CL fixes this by reloading the data during the rotation. Before: https://drive.google.com/open?id=0B21N-0pPGAuJMHVhWDRvdU55ODg After: https://drive.google.com/open?id=0B21N-0pPGAuJYm13cW5IVDRiUjQ BUG=700375 Change-Id: Ie2c928ff1d012439cf329948713f2ff46887b7d2 Reviewed-on: https://chromium-review.googlesource.com/561776 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#485199}
-
meade authored
This applies when converting CSSUnitValues to other CSSUnitValues. https://drafts.css-houdini.org/css-typed-om/#dom-cssnumericvalue-to BUG=545318 Review-Url: https://codereview.chromium.org/2958233002 Cr-Commit-Position: refs/heads/master@{#485198}
-
Philip Jägenstedt authored
Bug: 738794 Change-Id: I6926dd2db27f0bd824e4b4566278af27c9feb5cb No-Try: true Reviewed-on: https://chromium-review.googlesource.com/563304Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#485197}
-
Tsuyoshi Horo authored
This CL introduces WebDocumentSubresourceFilter::Builder class. SubresourceFilterAgent::WillCreateWorkerFetchContext() creates the builder object and set to the WebWorkerFetchContext on the main thread. WebWorkerFetchContext::TakeSubresourceFilter() is called by the constructor of WorkerFetchContext on the worker thread to creates a WebDocumentSubresourceFilter using the builder object. Note: This CL adds SubresourceFilter supports only for Dedicated Workers with off-main-thread-fetch optimization. Currently SubresourceFilter is not supported in Shared Workers and Service Workers regardless of the off-main-thread-fetch optimization. See crbug.com/739597#c2 Bug: 443374,739597 Change-Id: I5719f3b9de33a3e552a3271304e0d530e9c48cc8 Reviewed-on: https://chromium-review.googlesource.com/561263Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#485196}
-
tzik authored
AudioRendererSinkCacheImpl::DeleteLaterIfUnused didn't retain a reference to |sink_ptr| when it posts |sink_ptr| to |task_runner_| for deletion. If multiple cache deletions are scheduled, and a new allocation of AudioRendererSink reuses that address between the first deletion and the second deletion, the second deletion may delete unexpected cached item. This CL adds RetainedRef on the async cache deletion to keep AudioRendererSink alive while it's in the task queue, so that the task doesn't hold the dangling pointer. Change-Id: I53a04a2a7fbc5f2d5c08013e98e3aff0d5ba613e Reviewed-on: https://chromium-review.googlesource.com/562837 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#485195}
-
Mike Baxley authored
EarlGrey matchers should not wait, this has been replaced by [ChromeEarlGrey waitForWebViewNotContainingText:] Bug: 739073 Change-Id: I742a65025f2814bb29bb32f753623fd88ed179a2 Reviewed-on: https://chromium-review.googlesource.com/558988 Commit-Queue: Mike Baxley <baxley@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#485194}
-
Jialiu Lin authored
(1) treat content_settings change as user gesture This is because we have seen website triggers redirection based on content setting change to obfuscate landing page. (2) propagate EVENT_URL entry for html 5 download EVENT_URL will always show up in both case of attribution, such that it is easier for backend to process data. Bug: 739453, 735510 Change-Id: Ibff64bc474dcfc1883a7159d715d97e1ff173f09 Reviewed-on: https://chromium-review.googlesource.com/562318 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#485193}
-
yusukes authored
This reverts commit 2faacc5b27449d42f79505b8003c6309b57e6667. BUG=b:32308760 TEST=tot Chrome OS (9726.0.0) has all fixes for the test failures (CL:560921, CL:563150, and ag/2501460) Change-Id: Id20c584d280cd19cc5c33bd391bd9108335a9e25 Reviewed-on: https://chromium-review.googlesource.com/563868Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#485192}
-
Ryan Landay authored
I saw this while I was exploring a code refactor. This is supposed to copy one vector to another but really just accesses memory out-of-bounds if the passed-in vector is not empty. Yikes! It appears I introduced this bug in https://codereview.chromium.org/2568093003. Bug: Change-Id: Ie529e5030e32a370419b47fcb03bf09ece810114 Reviewed-on: https://chromium-review.googlesource.com/564282Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#485191}
-
Bugs Nash authored
This patch fixes an error introduced in patch crrev.com/2882603002, where the CSSPropertyBackgroundColor property was pulled out into a single property API when it should have been grouped with the CSSPropertyColor property. This error left CSSPropertyColor parsing logic to fall through to border color parsing logic. This patch - moved CSSPropertyColor to be grouped with CSSPropertyBorderColor in existing API implementation - renamed CSSPropertyAPIBackgroundColor to CSSPropertyAPIColor as a group API name for CSSPropertyColor and CSSPropertyBorderColor - because CSSPropertyAPIColor was already taken as an API name, renamed the pre-existing CSSPropertyAPIColor to CSSPropertyAPIColorNoQuirks (the difference between the 2 APIs parsing logic is only whether quirks mode is permitted) Bug: 668012 Change-Id: I119a2cafbd51b93bd1c9323745aae728cc74a2ca Reviewed-on: https://chromium-review.googlesource.com/562944Reviewed-by:
meade_UTC10 <meade@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Suzy Howlett <suzyh@chromium.org> Commit-Queue: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#485190}
-
calamity authored
Revert of [cr-action-menu] Use clientWidth for rtl flipping. (patchset #2 id:60001 of https://codereview.chromium.org/2966163004/ ) Reason for revert: Breaks on https://uberchromegw.corp.google.com/i/chromium.mac/builders/Mac10.11%20Tests/builds/15007 Original issue's description: > [cr-action-menu] Use clientWidth for rtl flipping. > > This CL fixes a bug where the action menu would use the entire body's > length as the viewport when flipping coordinates in RTL. > > It also moves the scroll position saving into showAtPosition so that > both show methods account for scroll correctly. > > BUG=734984 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation > > Review-Url: https://codereview.chromium.org/2966163004 > Cr-Commit-Position: refs/heads/master@{#485181} > Committed: https://chromium.googlesource.com/chromium/src/+/87be8f4c1eaef26b7c6d7ddb2c56d84ef504a232 TBR=dpapad@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=734984 Review-Url: https://codereview.chromium.org/2980463002 Cr-Commit-Position: refs/heads/master@{#485189}
-
Miguel Casas-Sanchez authored
This CL proposes a few editorial changes to some VEA-related files, namely to rtc_video_encoder.h: - Makes RecordInitEncodeUMA() a file-static function - Uses __func__ pervasively in DVLOG() statements to save some lines. In gpu_video_encode_accelerator_host.cc: - prefers early return - micro DVLOG cleanup ** No new code, except the early returns ** Bug: 736517 Change-Id: I2c6cd351a0716810338fa3a2e87e2ef3ca708cbf Reviewed-on: https://chromium-review.googlesource.com/564743Reviewed-by:
Wu-Cheng Li <wuchengli@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#485188}
-
Yoshifumi Inoue authored
This patch changes VisibleSelectionTemplate::Validate() to use early-return for improving readability. Change-Id: If1395322fd0fea262af37c9840c0976439f78cef Reviewed-on: https://chromium-review.googlesource.com/563220Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485187}
-
djmix.kim authored
This simplifies many conditions around the code. BUG=561800 Review-Url: https://codereview.chromium.org/2972333002 Cr-Commit-Position: refs/heads/master@{#485186}
-
Anton Vayvod authored
When the availability callback is added from the native controls, the low end device check is by-passed. Add an extra check and also return availability as true on such devices so that the button is shown. BUG=731462 TEST=manual+existing tests Change-Id: I34c6815a82c1a75ea7e174341703c19fee33af7a Reviewed-on: https://chromium-review.googlesource.com/545275Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Anton Vayvod <avayvod@chromium.org> Cr-Commit-Position: refs/heads/master@{#485185}
-
yoichio authored
There is a case that CreateVisiblePosition returns {start, null} range in LayoutSelection::CalcSelection. VisibleSelection and EphemeralRange constructors prohibit such case but it is by DCHECK so we need cover on Release build failure. BUG=739996 Review-Url: https://codereview.chromium.org/2968363002 Cr-Commit-Position: refs/heads/master@{#485184}
-
Eliot Courtney authored
If you minimise Gmail, it disappears from the task manager, so allow the LAST_ACTIVITY process state to be displayed for ARC processes. Additionally allow FOREGROUND_SERVICE since foreground services are user visible. BUG=738651 Change-Id: I403b9946fbbb29b115fe1877f63bb64e3fe3b2c7 Reviewed-on: https://chromium-review.googlesource.com/562906Reviewed-by:
Nick Carter <nick@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#485183}
-
Owen Lin authored
It looks the purpose of the SHMBuffer is to store the size of the SharedMemory. However, the info is also available in SharedMemory::mapped_size(). BUG=None TEST=None (No behavior change) Change-Id: I71d4ae4ea8c27597c260e10a3cda9edd3530f268 Reviewed-on: https://chromium-review.googlesource.com/562907Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Owen Lin <owenlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#485182}
-