From f32c7f0bbaae5198442a621100161efd0e9fdb99 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Tue, 20 Jan 2009 15:44:59 +0000 Subject: Porting in chrome/browser/ Review URL: http://codereview.chromium.org/17606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8280 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents/interstitial_page.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chrome/browser/tab_contents/interstitial_page.h') diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h index e740fea..9a68f95 100644 --- a/chrome/browser/tab_contents/interstitial_page.h +++ b/chrome/browser/tab_contents/interstitial_page.h @@ -26,7 +26,11 @@ class WebContents; // through a navigation, the WebContents closing them or the tab containing them // being closed. -enum ResourceRequestAction; +enum ResourceRequestAction { + BLOCK, + RESUME, + CANCEL +}; class InterstitialPage : public NotificationObserver, public RenderViewHostDelegate { -- cgit v1.1