| Index: chrome/tools/extract_actions.py
|
| diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
|
| index 8d4cf62757fabe44ebf13de2e9fa3c28251f35d5..8cb471ec9ef49bac517dac817813b7f7cbb7619e 100755
|
| --- a/chrome/tools/extract_actions.py
|
| +++ b/chrome/tools/extract_actions.py
|
| @@ -126,7 +126,7 @@ def AddComputedActions(actions):
|
|
|
| # Actions for safe_browsing_blocking_page.cc.
|
| for interstitial in ('Phishing', 'Malware', 'Multiple'):
|
| - for action in ('Show', 'Proceed', 'DontProceed'):
|
| + for action in ('Show', 'Proceed', 'DontProceed', 'ForcedDontProceed'):
|
| actions.add('SBInterstitial%s%s' % (interstitial, action))
|
|
|
| # Actions for language_options_handler.cc (Chrome OS specific).
|
|
|