diff options
Diffstat (limited to 'chrome/browser/instant/instant_confirm_dialog.h')
-rw-r--r-- | chrome/browser/instant/instant_confirm_dialog.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/instant/instant_confirm_dialog.h b/chrome/browser/instant/instant_confirm_dialog.h index e815265..fdfb094 100644 --- a/chrome/browser/instant/instant_confirm_dialog.h +++ b/chrome/browser/instant/instant_confirm_dialog.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -8,14 +8,10 @@ #include "ui/gfx/native_widget_types.h" -class GURL; class Profile; namespace browser { -// URL for learning more about instant. -GURL InstantLearnMoreURL(); - // Invoked from the opt-in and preferences when the user toggles instant. If the // instant confirm dialog hasn't been shown, it's shown. If the instant dialog // has already been shown the dialog is not shown but the preference is toggled. |