diff options
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index d4f2ee5..55c49a4 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -41,6 +41,7 @@ extern const char kAboutCrashURL[]; extern const char kAboutCreditsURL[]; extern const char kAboutHangURL[]; extern const char kAboutMemoryURL[]; +extern const char kAboutPluginsURL[]; extern const char kAboutShorthangURL[]; extern const char kAboutTermsURL[]; |