diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 20:36:16 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 20:36:16 +0000 |
commit | f2c1df1039dc35288d7422e0b3e04801eba30c4e (patch) | |
tree | b3ac23e8eac634b70a19dc003cb193089958f5c7 /chrome/browser/DEPS | |
parent | 59977a953f6c8926b291739f615b284663f3bd4c (diff) | |
download | chromium_src-f2c1df1039dc35288d7422e0b3e04801eba30c4e.zip chromium_src-f2c1df1039dc35288d7422e0b3e04801eba30c4e.tar.gz chromium_src-f2c1df1039dc35288d7422e0b3e04801eba30c4e.tar.bz2 |
Use a Finch Experiment to control the Browser Blacklist
Also increase the states stored in the register to prevent
the setup code from running multiple times per version if
it fails to start one time.
BUG=329023
Review URL: https://codereview.chromium.org/120963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 8c6c296..b30f854 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -3,6 +3,7 @@ include_rules = [ "+ash", "+chrome/app", "+chrome/installer", + "+chrome_elf/blacklist", "+chromeos", "+components/autofill/content/browser", "+components/autofill/content/common", |