From 5a3b9149085f033097663a63c90e152051fd6c56 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Fri, 28 Aug 2009 21:03:17 +0000 Subject: Revert "Fix a ton of compiler warnings." This reverts commit r24792. TBR=estade Review URL: http://codereview.chromium.org/179028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24796 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/login_prompt.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chrome/browser/login_prompt.h') diff --git a/chrome/browser/login_prompt.h b/chrome/browser/login_prompt.h index 3ba1aad..6279c7a 100644 --- a/chrome/browser/login_prompt.h +++ b/chrome/browser/login_prompt.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2008 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. @@ -64,9 +64,6 @@ class LoginHandler { // Notify the handler that the request was cancelled. // This function can only be called from the IO thread. virtual void OnRequestCancelled() = 0; - - protected: - ~LoginHandler() {} }; // Details to provide the NotificationObserver. Used by the automation proxy -- cgit v1.1