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

Unified Diff: chrome/browser/ui/views/clear_browsing_data.cc

Issue 5177009: Remove the call to the alternate clear UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/clear_browsing_data.cc
diff --git a/chrome/browser/ui/views/clear_browsing_data.cc b/chrome/browser/ui/views/clear_browsing_data.cc
index 1a4021a14239c4705024dcf7e3a3978a95e93bc3..453fd633b9aec8e626fcd7ae2ead5b8c145f6af0 100644
--- a/chrome/browser/ui/views/clear_browsing_data.cc
+++ b/chrome/browser/ui/views/clear_browsing_data.cc
@@ -45,7 +45,7 @@ void ShowClearBrowsingDataView(gfx::NativeWindow parent,
Profile* profile) {
#if defined(OS_WIN)
csilv 2010/11/22 19:49:17 Driveby: Is there a reason to retain this conditio
views::Window::CreateChromeWindow(parent, gfx::Rect(),
- new ClearDataView(profile))->Show();
+ new ClearBrowsingDataView(profile))->Show();
#else
views::Window::CreateChromeWindow(parent, gfx::Rect(),
new ClearBrowsingDataView(profile))->Show();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698