diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-29 08:58:22 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-29 08:58:22 +0000 |
commit | adc8e85a8f784d724a3edd6f777b05ca64ab312a (patch) | |
tree | 1adfaf6aecb75a8acd61388e5bb3561ff324226a /chrome/browser/instant/instant_confirm_dialog.h | |
parent | 8d2bbd66c39aa63173e1819fa41dab7cf6f5c371 (diff) | |
download | chromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.zip chromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.tar.gz chromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.tar.bz2 |
Update a bunch of help center URLs.
This updates the first wave of links from
https://www.google.com/support/chrome paths to
https://support.google.com/chrome. We also don't need
locale parameters on these links.
BUG=111556
TEST=manual
TBR=dhollowa
Review URL: http://codereview.chromium.org/9234077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119635 0039d316-1c4b-4281-b951-d872f2087c98
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. |