- 25 Apr, 2017 40 commits
-
-
vabr authored
After recent changes, proxy_policy_handler.cc no longer needs to include base/memory/ptr_util.h. This has been pointed in https://codereview.chromium.org/2785883003/diff/80001/components/policy/core/browser/proxy_policy_handler.cc#newcode11. Because that comment happened after landing of the original CL, that follow-up is done here. R=bartfab@chromium.org BUG=697817 Review-Url: https://codereview.chromium.org/2793093003 Cr-Commit-Position: refs/heads/master@{#466911}
-
kojii authored
This patch postpones r462778[1] that enabled CSS line-height-step on stable. While we do not see web-compat risks, we heard that enabling on stable gives a pressure to discussions, and that delaying can make it easier. We expect this feature to grow only slowly. The previous similar feature was at 0.007% UMA. I hope this property will be used more widely by East Asians, but it will still take time to grow. Delaying by a few months will not make much differences in the value of the feature. [1] https://codereview.chromium.org/2797973005 BUG=714956 Review-Url: https://codereview.chromium.org/2833323002 Cr-Commit-Position: refs/heads/master@{#466910}
-
hiroshige authored
Reland of Introduce ModulePendingScript (patchset #1 id:1 of https://codereview.chromium.org/2816043005/ ) This CL doesn't change the behavior, because ModulePendingScript is not used at this time. Reason for revert: Issue 711703 is fixed on https://codereview.chromium.org/2653923008/. Original issue's description: > Revert of Introduce ModulePendingScript (patchset #6 id:100001 of https://codereview.chromium.org/2815453006/ ) > > Reason for revert: > Reason for revert: > https://codereview.chromium.org/2653923008/ is > suspected to cause CHECK() failure (crbug.com/711703) > inside PendingScript's prefinalizer. > > BUG=711703 > > Original issue's description: > > Introduce ModulePendingScript > > > > BUG=594639 > > > > Review-Url: https://codereview.chromium.org/2815453006 > > Cr-Commit-Position: refs/heads/master@{#464627} > > Committed: https://chromium.googlesource.com/chromium/src/+/2e5a5b8efccf655f183cc7ce0c59a88f77bb50f5 > > TBR=kouhei@chromium.org,yhirano@chromium.org,sigbjornf@opera.com,japhet@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=594639 > > Review-Url: https://codereview.chromium.org/2816043005 > Cr-Commit-Position: refs/heads/master@{#464765} > Committed: https://chromium.googlesource.com/chromium/src/+/80f482b929e1a00817069b15e78cc4473eb50c6f TBR=kouhei@chromium.org,yhirano@chromium.org,sigbjornf@opera.com,japhet@chromium.org BUG=594639, 711703 Review-Url: https://codereview.chromium.org/2820703003 Cr-Commit-Position: refs/heads/master@{#466909}
-
yoichio authored
That's because marking LayoutObject::SelectionState doesn't affect hit test. BUG=708453 Review-Url: https://codereview.chromium.org/2836843002 Cr-Commit-Position: refs/heads/master@{#466908}
-
pasko authored
The only changes are in comments. BUG=704911 TBR=bmcquade@chromium.org Review-Url: https://codereview.chromium.org/2782503004 Cr-Commit-Position: refs/heads/master@{#466907}
-
hiroshige authored
Reland of name PendingScript::Url() to UrlForClassicScript() (patchset #1 id:1 of https://codereview.chromium.org/2822763002/ ) This CL doesn't change the behavior, because this is renaming only. Reason for revert: Issue 711703 is fixed on https://codereview.chromium.org/2653923008/. Original issue's description: > Revert of Rename PendingScript::Url() to UrlForClassicScript() (patchset #1 id:1 of https://codereview.chromium.org/2815163005/ ) > > Reason for revert: > https://codereview.chromium.org/2653923008/ is > suspected to cause CHECK() failure (crbug.com/711703) > inside PendingScript's prefinalizer. > > BUG=711703 > > Original issue's description: > > Rename PendingScript::Url() to UrlForClassicScript() > > > > Because it is/can be used only for classic scripts. > > > > BUG=686281 > > > > Review-Url: https://codereview.chromium.org/2815163005 > > Cr-Commit-Position: refs/heads/master@{#464613} > > Committed: https://chromium.googlesource.com/chromium/src/+/06fcf4b92be26a28fde65c743e6a0d40bbc53dc0 > > TBR=kouhei@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=686281 > > Review-Url: https://codereview.chromium.org/2822763002 > Cr-Commit-Position: refs/heads/master@{#464766} > Committed: https://chromium.googlesource.com/chromium/src/+/476b2ca298bce5eae94e680ce84ef56c08e28a2e TBR=kouhei@chromium.org BUG=686281, 711703 Review-Url: https://codereview.chromium.org/2819043002 Cr-Commit-Position: refs/heads/master@{#466906}
-
maxmorin authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/1a3548e..b5a7da7 $ git log 1a3548e..b5a7da7 --date=short --no-merges --format=%ad %ae %s 2017-04-24 zstein@webrtc.org Move ready to send logic from BaseChannel to RtpTransport. TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2843603003 Cr-Commit-Position: refs/heads/master@{#466905}
-
toyoshim authored
The new backend supporting dynamic instantiation on Windows was rolled out to the stable channel via a field trial flag. This new backend solves some long-living problems, e.g., grabbing devices forever, battery concerns, and stability. Since the feature was enabled by default, and have worked well, I want to remove the old backend now. Another change that renames new backend will follow. BUG=672793 Review-Url: https://codereview.chromium.org/2841493003 Cr-Commit-Position: refs/heads/master@{#466904}
-
hiroshige authored
BUG=711703 Review-Url: https://codereview.chromium.org/2828973002 Cr-Commit-Position: refs/heads/master@{#466903}
-
hiroshige authored
This CL uses MockScriptElementBase instead of nullptr to create ClassicPendingScript, in order to remove ClassicPendingScript::CreateForTesting() and make |PendingScript::element_| always non-null when used. BUG=686281, 694702 Review-Url: https://codereview.chromium.org/2827163003 Cr-Commit-Position: refs/heads/master@{#466902}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/5592ae343004..b367d46487c3 $ git log 5592ae343..b367d4648 --date=short --no-merges --format='%ad %ae %s' 2017-04-24 kainino Mac: download numpy and cv2 from Cloud Storage 2017-04-24 kainino Mac/Linux: disable formerly-skipped tests that fail when numpy/cv2 exist 2017-04-24 kainino Delete stale dependency zips Created with: roll-dep src/third_party/catapult BUG=711307,711307,711307 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: Ic2e84060eba2d7507e32549da2b8565d4d7ad8a3 Reviewed-on: https://chromium-review.googlesource.com/486063 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#466901}
-
wychen authored
Process the output of 'ninja' live through the pipe rather than waiting for it to finish. Before: 20.74user 16.36system 0:24.57elapsed 151%CPU After: 16.63user 9.24system 0:13.94elapsed 185%CPU BUG=661774 Review-Url: https://codereview.chromium.org/2842513003 Cr-Commit-Position: refs/heads/master@{#466900}
-
hiroshige authored
This is preparation for introducing ModulePendingScript. This CL shouldn't change the behavior. This has been reverted due to crashing (Issue 711703) because ResourceOwner's prefinalizer is called before PendingScript's prefinalizer, causing CheckState() assertion failure. This reland fixes this issue by registering PendingScript::Dispose() also as the prefinalizer of ClassicPendingScript, which is called before ResourceOwner's prefinalizer. A unit test for the crash will be added by https://codereview.chromium.org/2828973002/. BUG=594639, 686281, 711703 Review-Url: https://codereview.chromium.org/2653923008 Cr-Original-Commit-Position: refs/heads/master@{#464494} Committed: https://chromium.googlesource.com/chromium/src/+/d512803299c01324b92ffd8c962da97e3bc8ccff Review-Url: https://codereview.chromium.org/2653923008 Cr-Commit-Position: refs/heads/master@{#466899}
-
maxmorin authored
This is required (and documented by a comment in the header file), so the DCHECKs are motivated. BUG=711400 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_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 Review-Url: https://codereview.chromium.org/2828233002 Cr-Commit-Position: refs/heads/master@{#466898}
-
mpearson authored
BUG=714831 Review-Url: https://codereview.chromium.org/2838753003 Cr-Commit-Position: refs/heads/master@{#466897}
-
avi authored
BUG=690937 TEST=none Review-Url: https://codereview.chromium.org/2815913005 Cr-Commit-Position: refs/heads/master@{#466896}
-
skau authored
In a previous CL (https://codereview.chromium.org/2760753002) we made an assumption that only local printers would appear in the local printer list. This turns out to be incorrect. The actual condition is that only cloud printers appear in the cloud list and sometimes appear in the local list (when they're device printers). This CL accounts for this behavior and adds a test so we don't break it in the future. BUG=713831 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2838603004 Cr-Commit-Position: refs/heads/master@{#466895}
-
kojii authored
This patch adds flaky results from 5-6 iterations of running tests. I will run a few more iterations and see how it stabilizes. BUG=591099 Review-Url: https://codereview.chromium.org/2836883002 Cr-Commit-Position: refs/heads/master@{#466894}
-
rlanday authored
I was working on maybe adding something to this file and noticed that this flag is always initialized to false and the setter is never used. So I think it can be removed. BUG= Review-Url: https://codereview.chromium.org/2843433004 Cr-Commit-Position: refs/heads/master@{#466893}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c76bb271..568edc40 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,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2838803002 Cr-Commit-Position: refs/heads/master@{#466892}
-
eae authored
Move blobalizer logic out of CachingWordShaper and ShapeResultBuffer and into ShapeResultBloberizer, thereby containing all blobalizer logic in a single file and removing dependencies on it from the results and shaper. This will also help in reusing much of the text blob logic for LayoutNG. R=drott@chromium.org TEST=Source/platform/fonts/shaping/ShapeResultBloberizerTest.cpp Review-Url: https://codereview.chromium.org/2835103002 Cr-Commit-Position: refs/heads/master@{#466891}
-
ningxin.hu authored
BUG=712987 Review-Url: https://codereview.chromium.org/2825203004 Cr-Commit-Position: refs/heads/master@{#466890}
-
hiroh authored
$ git clone https://github.com/01org/libva.git $ cd tmp/libva $ git checkout libva-1.7.1 $ rm -rf ~/chromium/src/third_party/libva/va $ find va -name \*.h -exec cp --parents \{\} ~/chromium/src/third_party/libva \; $ sh build/gen_version.sh . va/va_version.h.in > ~/chromium/src/third_party/libva/va/va_version.h Also Remove: - remove va/egl/va_egl.h due to the lack of license header - remove struct _VAEncMacroblockParameterBufferH264 from va/va_enc_h264.h, which contained an empty union, causing compile errors BUG=None TEST=build and test VDA and VEA on an Intel device. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_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 Review-Url: https://codereview.chromium.org/2834313002 Cr-Commit-Position: refs/heads/master@{#466889}
-
leon.han authored
Currently all the TRACE_EVENT* do not manage well in embedded_worker_instance.cc, this CL integrates them to track duration for every step throughout one complete starting worker process. Also uses TRACE_EVENT_NESTABLE_ASYNC_* to replace deprecated TRACE_EVENT_ASYNC*. BUG=none Review-Url: https://codereview.chromium.org/2821253002 Cr-Commit-Position: refs/heads/master@{#466888}
-
kouhei authored
This CL introduces ModuleScript::CreateInstantiationError member func, which serves as a getter for instantiation_error_. This is split from hiroshige@'s CL: https://codereview.chromium.org/2819733002/ AUTHOR=hiroshige@chromium.org BUG=594639 Review-Url: https://codereview.chromium.org/2838043002 Cr-Commit-Position: refs/heads/master@{#466887}
-
pfeldman authored
BUG=706926 Review-Url: https://codereview.chromium.org/2837943003 Cr-Commit-Position: refs/heads/master@{#466886}
-
rch authored
Review-Url: https://codereview.chromium.org/2840633002 Cr-Commit-Position: refs/heads/master@{#466885}
-
horo authored
The provider host may have been deleted when the request is resumed. BUG=714065 Review-Url: https://codereview.chromium.org/2836593002 Cr-Commit-Position: refs/heads/master@{#466884}
-
lukasza authored
This CL extracts PrepareDropDataForChildProcess out of RenderWidgetHostImpl::GrantFileAccessFromDropData into a standalone function. This allows newly added unit tests to provide |security_policy|, |child_id| and |file_system_context| without having a dependency on RenderProcessHostImpl and/or RenderWidgetHostImpl. This CL adds unit tests that PrepareDropDataForChildProcess works as expected for DropData::filenames and for DropData::file_system_files. The latter one is a regression test that would have prevented http://crbug.com/705295 from happening. BUG=705295 Review-Url: https://codereview.chromium.org/2830743004 Cr-Commit-Position: refs/heads/master@{#466883}
-
yhirano authored
It was introduced in 2014 to measure how many dead resources are reused. It is not as useful as it used to be because now dead resources are basically evicted from MemoryCache (with some exceptions such as preloaded resources). BUG=None R=clamy@chromium.org, japhet@chromium.org Review-Url: https://codereview.chromium.org/2825893003 Cr-Commit-Position: refs/heads/master@{#466882}
-
toyoshim authored
Enable dynamic instantiation mode by default on Linux, ChromeOS, and Windows. Other platforms still need to rely on the existing experiment-controlled flag and will be launched separately. BUG=672793,714511 Review-Url: https://codereview.chromium.org/2835083002 Cr-Commit-Position: refs/heads/master@{#466881}
-
yhirano authored
This CL changes DetermineRevalidationPolicy a bit to simplify it. With this CL, |allow_stale_resources_| will be checked after ResourceLoaderOptions::CanReuseRequest is checked. CanReuseRequest checks the synchronous policy and the cors policy, and neither of them is related to staleness. Moreover, the synchronous policy was once checked BEFORE allow_stale_resources_ (see [1]). Also, any user of ResourceCacheValidationSuppressor, the class used to enable |allow_stale_resource_|, doesn't seem to be interested in CORS. Hence I expect no behavior change from this CL. 1: https://crrev.com/733a476495c43c1f472e5770c9d8aeeb94c5caca BUG=652228 R=hiroshige@chromium.org, japhet@chromium.org Review-Url: https://codereview.chromium.org/2828243002 Cr-Commit-Position: refs/heads/master@{#466880}
-
fukino authored
In the migration UI, we ask users that "Don't turn off or close your Chromebook". In addition, we can resume migration even when user shut down / suspend the device during migration. That said, it should be even safer to prevent casual shutdown and power save mode by: - Hide "Shut down" button during migration. - Block power save during migration. Note that if the user close the lid, the system will be suspended. We have heard about heat issues when the lid is closed, and the system will be heated by heavy CPU usage of migration. It should be safer not to keep the device awake when the lid is closed. BUG=711454 TEST=manually tested that the "Shut down" button was hidden and the device did not go to sleep mode during migration. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2842433002 Cr-Commit-Position: refs/heads/master@{#466879}
-
kbr authored
(Re-land after fix to avoid deleting nonexistent textures.) Blitting from a multisampled RGB8 renderbuffer to an alpha:false WebGL back buffer is supposed to work, and from an RGBA8 renderbuffer is supposed to not work. The emulation of IOSurface-backed RGB textures using RGBA textures didn't handle this case. Add BindTexImage2DWithInternalformatCHROMIUM to the command buffer to allow internal format to be overridden; currently this is only supported on macOS. Use this to bind a second texture to the IOSurface and use it only for BlitFramebuffer calls from WebGL, fixing up the alpha channel afterward. Covered by new conformance test in https://github.com/KhronosGroup/WebGL/pull/2377 . BUG=699566 TBR=zmo@chromium.org,ccameron@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_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 Review-Url: https://codereview.chromium.org/2838743002 Cr-Commit-Position: refs/heads/master@{#466878}
-
jinsukkim authored
A new test got added to render_widget_host_connector_browsertest.cc which ensures RWHVA gets connected to objects inheriting RenderWidgetHostConnector regardless of the order in which they are created. Previously this had a bug resulting in RWHVA not connected ImeAdapter if RWHVA was created first, hence keeping soft keyboard from showing up. Also removed |WebContentsObserver::RenderViewReady()| override. It was overridden to initialize rwvha in the connector after creation. But it only covers the following cases: - connector created -> rwhva created -> RenderViewReady invoked - rwhva created -> connector created -> RenderViewReady invoked Can't cover the following case: - rwhva created -> RenderViewReady invoked -> connector created Now Initialize() covers them all, the method became redundant. BUG=713924 Review-Url: https://codereview.chromium.org/2840443002 Cr-Commit-Position: refs/heads/master@{#466877}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/892a0b6a45cc..5592ae343004 $ git log 892a0b6a4..5592ae343 --date=short --no-merges --format='%ad %ae %s' 2017-04-24 achuith Disable testTraceCaptureUponFailure on chromeos. Created with: roll-dep src/third_party/catapult BUG=647340 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: I1b4136ceecbac675b4997f050d54c511c0f086df Reviewed-on: https://chromium-review.googlesource.com/486165 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#466876}
-
Tommy Nyquist authored
This CL adds a new interface that will be used to validate whether new events should be stored, and during DB load on startup, it is also used to check if old event should still be kept around. The production implementation of this will be FeatureConfigStorageValidator, which uses the FeatureConfig to check what should be stored, but for now, the NeverStorageValidator will be used for all things to ensure that nothing is ever stored for now. This CL sets up the ownership of the StorageValidator, but does not update the ModelImpl to use the new framework, and leaves that as TODOs. BUG=706309 Change-Id: Ic581edc73f8f059c18fb1dcb5a549c4e62f490f8 Reviewed-on: https://chromium-review.googlesource.com/484682Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#466875}
-
yhirano authored
Revert of chromeos: Add CPU temperature reader (patchset #11 id:220001 of https://codereview.chromium.org/2823583002/ ) Reason for revert: This change causes a build error. Original issue's description: > chromeos: Add CPU temperature reader > > Reads from hwmon in sysfs. > > This does the same thing as ReadCPUTempInfo() in > chrome/browser/chromeos/policy/device_status_collector.cc, but it is > available to the rest of Chrome. > > BUG=chromium:709102 > > Review-Url: https://codereview.chromium.org/2823583002 > Cr-Commit-Position: refs/heads/master@{#466858} > Committed: https://chromium.googlesource.com/chromium/src/+/745fad9fe0f68a795a191a32cb038d864bfc2dbf TBR=derat@chromium.org,stevenjb@chromium.org,sque@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:709102 Review-Url: https://codereview.chromium.org/2843433005 Cr-Commit-Position: refs/heads/master@{#466874}
-
chrome-release-bot authored
Cr-Commit-Position: refs/heads/master@{#466873}
-
piperc authored
Reland of Add U2F request state machines (patchset #1 id:1 of https://codereview.chromium.org/2838573002/ ) Reason for revert: Missing initialized variable can be initialized and this patchset can be merged again. Original issue's description: > Revert of Add U2F request state machines (patchset #5 id:180001 of https://codereview.chromium.org/2821263005/ ) > > Reason for revert: > Reverting because U2fRequestTest.TestBasicMachine fails consistently on MSan bots (Linux MSan, Linux ChromiumOS MSan). > > Original issue's description: > > Add U2F request state machines > > > > U2fRequest base class is extended by each type of U2F > > request. Common functions of enumeration and device iteration > > are defined in the base class. U2fSign performs an entire > > sign request on any attached U2F devices, and U2FRegister > > performs the registration request on the devices. > > > > BUG=686310 > > > > Review-Url: https://codereview.chromium.org/2821263005 > > Cr-Commit-Position: refs/heads/master@{#466529} > > Committed: https://chromium.googlesource.com/chromium/src/+/892eb34117f811aa62c821c9129dc53110266e9a > > TBR=reillyg@chromium.org,kpaulhamus@chromium.org,juanlang@chromium.org,piperc@google.com,piperc@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=686310 > > Review-Url: https://codereview.chromium.org/2838573002 > Cr-Commit-Position: refs/heads/master@{#466666} > Committed: https://chromium.googlesource.com/chromium/src/+/80f6eac95d5a0b54894b1526ba505308efd5ab23 TBR=reillyg@chromium.org,kpaulhamus@chromium.org,juanlang@chromium.org,piperc@google.com,pkalinnikov@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=686310 Review-Url: https://codereview.chromium.org/2835133003 Cr-Commit-Position: refs/heads/master@{#466872}
-