summaryrefslogtreecommitdiffstats
path: root/chrome/browser/login_prompt.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 20:38:22 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 20:38:22 +0000
commitee61392aa2dafe8bf6275a781b24ab0b35d0254e (patch)
treecbe8e94683758897b7efb052d14cf299b33bbfb0 /chrome/browser/login_prompt.h
parent5980c304e7cdc554af5a2eba4d5cca573b0b0d1f (diff)
downloadchromium_src-ee61392aa2dafe8bf6275a781b24ab0b35d0254e.zip
chromium_src-ee61392aa2dafe8bf6275a781b24ab0b35d0254e.tar.gz
chromium_src-ee61392aa2dafe8bf6275a781b24ab0b35d0254e.tar.bz2
Remove the ability to load lazy URLs from the NavigationController. This is no
longer used (except for a test that doens't seem to need it). We used to use this feature for session restore, but it has since changed. TEST=none BUG=none Review URL: http://codereview.chromium.org/191008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/login_prompt.h')
-rw-r--r--chrome/browser/login_prompt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/login_prompt.h b/chrome/browser/login_prompt.h
index 6279c7a..bcb63d8 100644
--- a/chrome/browser/login_prompt.h
+++ b/chrome/browser/login_prompt.h
@@ -78,7 +78,7 @@ class LoginNotificationDetails {
LoginHandler* handler_; // Where to send the response.
- DISALLOW_EVIL_CONSTRUCTORS(LoginNotificationDetails);
+ DISALLOW_COPY_AND_ASSIGN(LoginNotificationDetails);
};
// Prompts the user for their username and password. This is designed to