diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 21:47:50 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 21:47:50 +0000 |
commit | e397a447a14e56d04c8c352ddced4f2cab071934 (patch) | |
tree | 0add0266b1e2fc3315948120ca46ea4fd91822d5 /content/public/browser | |
parent | 4d58969fb88c8131afba405daa4f4bf85e9acaa3 (diff) | |
download | chromium_src-e397a447a14e56d04c8c352ddced4f2cab071934.zip chromium_src-e397a447a14e56d04c8c352ddced4f2cab071934.tar.gz chromium_src-e397a447a14e56d04c8c352ddced4f2cab071934.tar.bz2 |
Allow keyboard shortcuts on interstitial pages.
BUG=98430
TEST=open https URL with invalid cert or URL on safebrowsing list, try to use keyboard shortcuts on interstitial page (ctrl-w, ctrl-t, etc). Print, save, view-source should be disabled.
Review URL: http://codereview.chromium.org/8430023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser')
-rw-r--r-- | content/public/browser/notification_types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h index 57cd41e..50a3101 100644 --- a/content/public/browser/notification_types.h +++ b/content/public/browser/notification_types.h @@ -272,6 +272,10 @@ enum NotificationType { // source is the TabContents, the details not used. NOTIFICATION_INTERSTITIAL_ATTACHED, + // Notification than an interstitial has become detached from a tab. The + // source is the TabContents, the details not used. + NOTIFICATION_INTERSTITIAL_DETACHED, + // Indicates that a RenderProcessHost was created and its handle is now // available. The source will be the RenderProcessHost that corresponds to // the process. |