commit | c7a8a7c4f62192d78412a0260db02ab19cdd247c | [log] [tgz] |
---|---|---|
author | Hajime Hoshi <[email protected]> | Wed Jan 09 00:58:03 2019 |
committer | Commit Bot <[email protected]> | Wed Jan 09 00:58:03 2019 |
tree | 8a7e57e0f1f0ac8ae615945f1cb31da47097f727 | |
parent | bec9e7df4b7f552f34467e9436f942168bcfd1f8 [diff] [blame] |
Revert "Simplify extension update check delay after browser start." This reverts commit 0a1b4fb27a194a6c4ec3fa22040a4e8152cd45bb. Reason for revert: This causes test failures on Mac build bot: crbug.com/920040 Original change's description: > Simplify extension update check delay after browser start. > > Bug: 907219 > Change-Id: I067fcb333b43f60441e1789cac8caf5b996b7e5d > Reviewed-on: https://chromium-review.googlesource.com/c/1344880 > Commit-Queue: Joshua Pawlicki <[email protected]> > Reviewed-by: Gabriel Charette <[email protected]> > Reviewed-by: Sergey Poromov <[email protected]> > Reviewed-by: Brian White <[email protected]> > Reviewed-by: Devlin <[email protected]> > Cr-Commit-Position: refs/heads/master@{#620845} [email protected],[email protected],[email protected],[email protected],[email protected] Change-Id: I8da444461a2a9c2c3a09abbe94a43bbd053d3b93 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 907219 Reviewed-on: https://chromium-review.googlesource.com/c/1401881 Reviewed-by: Hajime Hoshi <[email protected]> Commit-Queue: Hajime Hoshi <[email protected]> Cr-Commit-Position: refs/heads/master@{#620973}
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h index 0fd1486..6ca1446 100644 --- a/extensions/browser/pref_names.h +++ b/extensions/browser/pref_names.h
@@ -79,6 +79,9 @@ // loaded. extern const char kLastChromeVersion[]; +// Time of the last extensions auto-update check. +extern const char kLastUpdateCheck[]; + // Blacklist and whitelist for Native Messaging Hosts. extern const char kNativeMessagingBlacklist[]; extern const char kNativeMessagingWhitelist[];