Roll src/third_party/cros_system_api/ caeea3300..3d171a2fc (1 commit)

https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/caeea330067c..3d171a2fcf08

$ git log caeea3300..3d171a2fc --date=short --no-merges --format='%ad %ae %s'
2017-12-07 xiaochu chrome UnloadComponent API constant

Created with:
  roll-dep src/third_party/cros_system_api chromiumos/platform/system_api.git

BUG=chromium:769970
TEST=None

Change-Id: I95043f4a105b7df3c0f3cbb92a86be00fa1d561e
Reviewed-on: https://chromium-review.googlesource.com/817974
Reviewed-by: Dan Erat <[email protected]>
Commit-Queue: Xiaochu Liu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#522842}
diff --git a/DEPS b/DEPS
index 4cb13098..688d275 100644
--- a/DEPS
+++ b/DEPS
@@ -313,7 +313,7 @@
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {
-      'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'caeea330067c6b166a877f1198cf9a7534c2a3d4',
+      'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '3d171a2fcf084cfbafe35eb910c3df2883a1a0cc',
       'condition': 'checkout_linux',
   },