Index: chrome/tools/extract_actions.py |
=================================================================== |
--- chrome/tools/extract_actions.py (revision 145621) |
+++ chrome/tools/extract_actions.py (working copy) |
@@ -1,5 +1,5 @@ |
#!/usr/bin/env python |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -126,7 +126,7 @@ |
# Actions for safe_browsing_blocking_page.cc. |
for interstitial in ('Phishing', 'Malware', 'Multiple'): |
- for action in ('Show', 'Proceed', 'DontProceed', 'ForcedDontProceed'): |
+ for action in ('Show', 'Proceed', 'DontProceed'): |
actions.add('SBInterstitial%s%s' % (interstitial, action)) |
# Actions for language_options_handler.cc (Chrome OS specific). |