- 10 Jul, 2017 40 commits
-
-
Nicolas Capens authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/83a6bb9..a781af7 BUG=737875 TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ib4a779492cd09ba17bd6dda86cb1b0ef9685a756 Reviewed-on: https://chromium-review.googlesource.com/564665Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Nicolas Capens <nicolascapens@google.com> Cr-Commit-Position: refs/heads/master@{#485286}
-
eirage authored
Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Wa5sdcDrJnA BUG=730030 Review-Url: https://codereview.chromium.org/2936263003 Cr-Commit-Position: refs/heads/master@{#485285}
-
Brian Salomon authored
GrBackendTextureDesc is being phased out. Change-Id: I6e4bb519ad31cfb4796c127d2d4daecd98598c79 Reviewed-on: https://chromium-review.googlesource.com/562807 Commit-Queue: Brian Salomon <bsalomon@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#485284}
-
sque authored
Since there is now a class SingleDebugDaemonLogSource, the old name "SingleLogSource" is ambiguous. Rename it to indicate that the logs come from a log file. Also refactored the use of SingleLogSource in feedbackPrivate API: - Use the base interface class SystemLogsSource instead, in LogSourceAccessManager. - Convert from feedback_private::LogSource directly to a SystemLogSource in SingleLogSourceFactory. Conversion of enums is internal to SingleLogSourceFactory. BUG=733846 Review-Url: https://codereview.chromium.org/2956513004 Cr-Commit-Position: refs/heads/master@{#485283}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/9f7e1bcf98c3..72646aa580ee $ git log 9f7e1bcf9..72646aa58 --date=short --no-merges --format='%ad %ae %s' 2017-07-10 charliea Upload the battor agent binary to the latest version Created with: roll-dep src/third_party/catapult BUG=728496 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Id17109882ae7c93dc517fda12a3c1bdbe9d7ceab Reviewed-on: https://chromium-review.googlesource.com/565001 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485282}
-
W. James MacLean authored
This CL introduces the interfaces TouchSelectionControllerClient and TouchSelectionMenuClient, and the basic logic to support (initially) copy on touch-selected content. It is not functional until the required plumbing to export selection updates from PDFium lands in a separate CL. Bug: 737585 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Iaa5ed68a0590d3e2e27e5d2ae3d7b86ab5342e92 Reviewed-on: https://chromium-review.googlesource.com/558771Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Dan Sinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#485281}
-
Peter Beverloo authored
BUG=739386 Change-Id: I81d4802615ef8b02aaa48db99bddbdd8ce8f8868 Reviewed-on: https://chromium-review.googlesource.com/559536Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#485280}
-
nednguyen authored
TBR=perezju@chromium.org, ulan@chromium.org Bug: 728152 Change-Id: I5b71e3b844c11a51dedc6be291885762ad373a0a Reviewed-on: https://chromium-review.googlesource.com/565184Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#485279}
-
Luke Zielinski authored
Cleaning up a TODO from a recent CL. Change-Id: I7a9f470c3681d8cfd12f9202879f24e2074cda72 Reviewed-on: https://chromium-review.googlesource.com/562043Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#485278}
-
Daniel Bratell authored
global using namespace statements cause issues with jumbo builds so this patch moves and removes two such occurances in modules/sensor. An alternative is to import explicit symbols rather than the full namespaces. R=mikhail.pozdnyakov@intel.com Bug: Change-Id: Iafc85a856b02b381dae6244b2fc3acedc37e30db Reviewed-on: https://chromium-review.googlesource.com/565296Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: bratell at Opera <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#485277}
-
Daniele Castagna authored
The current behavior of DrmDevice when drm atomic is requested but not supported is to fall back to legacy page flip. This caused more issues than benefits, since it's not clear if we're running with atomic or with legacy pageflip when atomic is requested. This CL makes Chrome fail to startup when drm atomic is requested but not available. Bug: Change-Id: Ic6824a2b346d51cebbde1f26b7f05507aed64a25 Reviewed-on: https://chromium-review.googlesource.com/563998Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#485276}
-
John Abd-El-Malek authored
TBR=yzshen@chromium.org NOTRY=true Change-Id: I34adc34f77fc0ab45ecde9d939f39f2350396f83 Reviewed-on: https://chromium-review.googlesource.com/565187Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#485275}
-
ftirelo authored
This fixes a weird interaction between to tasks involving settings reset: - Post-cleanup settings reset, which can happen at start up after the Chrome Cleanup Tool successfully completed (for example, it may have required a reboot); - Settings reset prompt, which will check if user settings have been hijacked and offer the user to reset it to its default values. In case both features are enabled, we should only check the latter after completing the former, so that we will not prompt users to reset their settings if they have already agreed on resetting them post-cleanup. BUG=690020 Review-Url: https://codereview.chromium.org/2971183002 Cr-Commit-Position: refs/heads/master@{#485274}
-
Daniel Bratell authored
There is a Function<> template in WTF/Functional.h which is shadowed or collides with any local definitions of Function. This is not always a problem, but it caused problems in Jumbo builds so let us rename it to something harmless. Change-Id: Ib594b2673a1dce6b4647445d3377b1e1099849da Reviewed-on: https://chromium-review.googlesource.com/563667 Commit-Queue: bratell at Opera <bratell@opera.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#485273}
-
Daniel Bratell authored
A couple of files in core/css were missing include guards which broke jumbo builds. R=fs@opera.com Change-Id: I1d50e8b62f4926c054d51b48ab4f4edf5df5b76d Reviewed-on: https://chromium-review.googlesource.com/565291Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: bratell at Opera <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#485272}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/99a6c585..74cef601 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I1479913544163c02fa9e0e82003a4bd77211bd25 Reviewed-on: https://chromium-review.googlesource.com/565458Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#485271}
-
Michael van Ouwerkerk authored
Change-Id: I86c0fbc4fe353dd8ab00cb10b24f0c3b3a905561 Reviewed-on: https://chromium-review.googlesource.com/565284Reviewed-by:
Anthony Berent <aberent@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#485270}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/b46ce4172ee8..4183f201c515 $ git log b46ce4172..4183f201c --date=short --no-merges --format='%ad %ae %s' 2017-07-07 thestig Change parameter type to IPWL_FocusHandler::OnSetFocus(). Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I5fe1bf6508a7720d7fba2daef8689a4453f6e317 Reviewed-on: https://chromium-review.googlesource.com/565182 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485269}
-
Yutaka Hirano authored
This reverts commit 7e6f3031. Reason for revert: The crash is fixed by https://chromium.googlesource.com/chromium/src/+/b5ac971cfbf3afa2230534369912bffccefb0fc1. Original change's description: > Mark serviceworker-proxied/thorough/cors-preflight2-other-https.html crash on MSAN > > TBR=imcheng@chromium.org > NOTRY=true > > Bug: 736802 > Change-Id: I9938a569ad9fe8001fe0b3385c519ca95ad9a70b > Reviewed-on: https://chromium-review.googlesource.com/548836 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#482304} TBR=imcheng@chromium.org,xidachen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 736802 Change-Id: If05af3b9aa3df36c160b756cebf8ee1a3a38df76 Reviewed-on: https://chromium-review.googlesource.com/564878Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#485268}
-
bratell authored
The target that compiles generated files does not use the same template as other code in blink core so it didn't automatically become jumbo enabled. Since it's a non-negliable part of the build time (~1%) this patch enables jumbo for this target as well. R=fs@opera.com BUG=713137 Review-Url: https://codereview.chromium.org/2973603003 Cr-Commit-Position: refs/heads/master@{#485267}
-
Vitalii Iarko authored
Bug: 734584 Change-Id: If013a3e5031314abbb72be4d94a949e0eb1c3527 Reviewed-on: https://chromium-review.googlesource.com/565280 Commit-Queue: vitaliii <vitaliii@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#485266}
-
Alex Clarke authored
DevTools relies on a NetLogObserver (which needs a NetLog) to return the raw response headers, e.g. Set-Cookie headers. Bug: 692090 Change-Id: I9faae71198b7c45d1dc05175b606452012d7ec83 Reviewed-on: https://chromium-review.googlesource.com/565139 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#485265}
-
hbos authored
This allows a track to be added to a peerconnection with 0 or 1 associated streams. The multiple stream case is not yet supported. This allows tracks and streams to be attached to a peerconnection independently of add/removeStream and is a major milestone of the RTP Media API. The ontrack and onended events will be added/fire on the remote end in follow-up CLs. Spec: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtrack https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrack BUG=700916, 705901 Review-Url: https://codereview.chromium.org/2951713002 Cr-Commit-Position: refs/heads/master@{#485264}
-
Christian Dullweber authored
If the list of important sites is empty, we don't have to perform two separate ClearBrowsingData calls. Bug: 740465 Change-Id: I585391bf1721a82a7368ba611fdd6abe54bf3276 Reviewed-on: https://chromium-review.googlesource.com/565138 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#485263}
-
Brad Lassey authored
This adds a getter and setter to enable and disable brotli. The test tests that brotli is advertised (or not) and that encoded data can be decoded correctly. Bug = 737231 Bug: 737231 Change-Id: I63e58f97725764b74f51a86edc2ed0eefafe7476 Reviewed-on: https://chromium-review.googlesource.com/563857 Commit-Queue: Brad Lassey <lassey@chromium.org> Reviewed-by:
smut <smut@google.com> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#485262}
-
pastarmovj authored
This makes FakeServer a debugging adapter for LoopbackServer. It mostly forwards calls to the actual implementation in the LoopbackServer but also allows for simulating various exceptional conditions and deeper inspection in the data flow. BUG=651415 TEST=All tests still pass. TBR=baxley@chromium.org Review-Url: https://codereview.chromium.org/2969643002 Cr-Commit-Position: refs/heads/master@{#485261}
-
Ian Vollick authored
This is an obsolete performance optimization. Bug: None Change-Id: I1b37a9bdc46b73aedaeeec65a86fe46cf8af081a Reviewed-on: https://chromium-review.googlesource.com/563960Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#485260}
-
Balazs Engedy authored
Move components/password_manager/content/common/credential_manager.mojom into third_party/WebKit/public/platform/modules/credentialmanager/. This is preparation for letting WebKit/Source/modules/ talk to the Credential Manager API implementation directly using Mojo, instead of needing to go through components/password_manager/content/renderer. Bug: 740081 Change-Id: I5b59ac13fc088c0e6482fb2bfd5bd9dbb73b084b Reviewed-on: https://chromium-review.googlesource.com/563407 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#485259}
-
Jonathan authored
This change relands AuraInit changes, with a fix to the shared resources logic which was causing a crash on chrome --mash Revert "Revert of Update AuraInit to handle failed initialization (patchset #2 id:40001 of https://codereview.chromium.org/2967943002/ )" This reverts commit e3f9dbb7. TBR=sky@chromium.org TEST=ran chrome --mash Bug: 678687 Change-Id: I6d64b04c520564a022b65e2e2f6c322803a9db64 Reviewed-on: https://chromium-review.googlesource.com/562497 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#485258}
-
Koji Ishii authored
Following bot results are included. 681 683 685 TBR=eae@chromium.org NOTRY=true BUG: 591099 Change-Id: I16415dc74a3c6a94542a8acae9fa9ca86c0216f2 Reviewed-on: https://chromium-review.googlesource.com/564915Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#485257}
-
Sylvain Defresne authored
Use assets from material-design-icons on iOS for remoting. Some assets have a different name so update remoting_theme.mm to use the new names. Some assets are unreferenced by the code. They are left as deps because they may be referenced form the private downstream repo. Remove duplicated assets. Bug: 734054 Change-Id: I03a157da73e8730b71e2941b52b1caae56d6c356 Reviewed-on: https://chromium-review.googlesource.com/558357 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Scott Nichols <nicholss@chromium.org> Cr-Commit-Position: refs/heads/master@{#485256}
-
Boris Sazonov authored
This CL adds histogram to track time "Waiting for Google Play Services to finish updating" dialog is shown for. Bug: 739917 Change-Id: Ife88782287201fdcb7dafb75b6988a46accd935b Reviewed-on: https://chromium-review.googlesource.com/563662 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#485255}
-
Ondrej Skopek authored
Currently, the home page tile on the NTP was pinned to first place. Now, it will be pinned to the first row (i.e. first four tiles), before popular sites. BUG=732913 Change-Id: Iefb893b311df8ac63cd32afd9759e2a03bf3876e Reviewed-on: https://chromium-review.googlesource.com/563361 Commit-Queue: Ondrej Škopek <oskopek@google.com> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Reviewed-by:
Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#485254}
-
Colin Blundell authored
Consumers of ProfileOAuth2TokenService currently have the ability to load credentials but no way to query whether all credentilas have been loaded. This functionality will be needed by the Identity Service internal implementation in order to delay responding to consumer requests until all refresh tokens have been loaded (listening to the observer event isn't enough because the Identity Service might be started after the event has fired). This CL adds this functionality. Bug: 740117 Change-Id: Ia2d61aefa9310f05bbc58c2884a68bc19d647c08 Reviewed-on: https://chromium-review.googlesource.com/563616Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#485253}
-
Vaclav Brozek authored
This adds the Copy context menu item to the cells with site, username and password, and also the Show/Hide item for password (whether it's Show or Hide depends on whether the password is masked or unmasked, respectively). Screenshots are at https://crbug.com/717968#c3. BUG=717968 Change-Id: Iaeec460deea8c117179a8469eb771e9802765012 Reviewed-on: https://chromium-review.googlesource.com/563695 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#485252}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f3726edb45da..9f7e1bcf98c3 $ git log f3726edb4..9f7e1bcf9 --date=short --no-merges --format='%ad %ae %s' 2017-07-10 charliea Upload a new version of the BattOr firmware Created with: roll-dep src/third_party/catapult BUG=737176 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I72ba9b1cc5ae80fb18c0380faab5e8cc6642ef9e Reviewed-on: https://chromium-review.googlesource.com/565061 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485251}
-
Daniel Vogelheim authored
This should make the code slightly more readable and avoid creating + copying objects with default values. (This is a follow-up to https://chromium-review.googlesource.com/c/552131/4 ) R=tyoshino@chromium.org Bug: Change-Id: I6f0f16bc9da26e0e81f87efc22124658edf00a22 Reviewed-on: https://chromium-review.googlesource.com/559336Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#485250}
-
Boris Sazonov authored
Follow-up to https://crrev.com/c/558346. This CL removes no longer used AccountManagerDelegate.getAccountsByType and async overload of AccountManagerHelper.getGoogleAccounts. Bug: 698258 Change-Id: Ia3f62f12c6e5ea9374b9d89df69ad609ba1007de Reviewed-on: https://chromium-review.googlesource.com/563387Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#485249}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4cbe5ee..99a6c585 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I88f0f3ec03e9c309bb76ad2ac923ca2605866534 Reviewed-on: https://chromium-review.googlesource.com/565298Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#485248}
-
Hidehiko Abe authored
Along the change, fixed a bug where primary user is in background. BUG=672829 TEST=Ran on DUT. Ran trybot. Change-Id: I83c080fd005bb55cb1c1570f6ab465ad6524a2aa Reviewed-on: https://chromium-review.googlesource.com/563151 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#485247}
-