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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 325963007: Do not append Google locale to help center links (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index abd9810838109eb2b828998def1b241b64d8ce88..0701d9778a755a908cc5b167177442dd62cf4509 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -585,8 +585,7 @@ void SystemTrayDelegateChromeOS::ShowEnterpriseInfo() {
new chromeos::HelpAppLauncher(GetNativeWindow()));
help_app->ShowHelpTopic(chromeos::HelpAppLauncher::HELP_ENTERPRISE);
} else {
- GURL url(google_util::StringAppendGoogleLocaleParam(
- chrome::kLearnMoreEnterpriseURL));
+ GURL url(chrome::kLearnMoreEnterpriseURL);
Peter Kasting 2014/06/10 18:58:25 Nit: Could inline below
blundell 2014/06/11 12:07:19 Done.
chrome::ScopedTabbedBrowserDisplayer displayer(
ProfileManager::GetActiveUserProfile(), chrome::HOST_DESKTOP_TYPE_ASH);
chrome::ShowSingletonTab(displayer.browser(), url);

Powered by Google App Engine
This is Rietveld 408576698