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

Unified Diff: chrome/browser/views/clear_server_data.cc

Issue 4130012: Move URLs out of *.pak files and put them into code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the Show call Created 10 years, 2 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/browser/plugin_installer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/clear_server_data.cc
diff --git a/chrome/browser/views/clear_server_data.cc b/chrome/browser/views/clear_server_data.cc
index d01daf6e14c666ca115e27b0c645800e27d86840..2cd3be765471fd5b5432a6e6f5e2acd24047985a 100644
--- a/chrome/browser/views/clear_server_data.cc
+++ b/chrome/browser/views/clear_server_data.cc
@@ -250,9 +250,7 @@ void ClearServerDataView::LinkActivated(views::Link* source,
GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK);
browser->window()->Show();
} else {
- browser->OpenURL(GURL(l10n_util::GetStringUTF8(IDS_PRIVACY_DASHBOARD_URL)),
- GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK);
- browser->window()->Show();
+ browser->OpenPrivacyDashboardTabAndActivate();
tfarina 2010/11/02 02:30:05 Removed the call to Show. OK to commit?
tony 2010/11/02 18:40:28 I can't even seem to find where this view is shown
}
}
« no previous file with comments | « chrome/browser/plugin_installer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698