Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: chrome/common/url_constants.cc

Issue 292513002: Remove dependency of TranslateInfobarDelegate on chrome/ and content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.h ('k') | components/translate/content/browser/content_translate_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 7e66c3067ac6a59c2c4047aea49bda94729cae9f..a89d4e0547e9b43ff02a4acc33d06fcafeaf3b15 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -425,13 +425,6 @@ const char kSettingsSearchHelpURL[] =
"https://support.google.com/chrome/?p=settings_search_help";
#endif
-const char kAboutGoogleTranslateURL[] =
-#if defined(OS_CHROMEOS)
- "https://support.google.com/chromeos/?p=ib_translation_bar";
-#else
- "https://support.google.com/chrome/?p=ib_translation_bar";
-#endif
-
const char kOmniboxLearnMoreURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromeos/?p=settings_omnibox";
« no previous file with comments | « chrome/common/url_constants.h ('k') | components/translate/content/browser/content_translate_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698