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

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: Removed conditional 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..1968d136f07d5c4813118f3e38c082b10f6a407f 100644
--- a/chrome/browser/ui/views/clear_browsing_data.cc
+++ b/chrome/browser/ui/views/clear_browsing_data.cc
@@ -43,13 +43,9 @@ namespace browser {
// Defined in browser_dialogs.h for creation of the view.
void ShowClearBrowsingDataView(gfx::NativeWindow parent,
Profile* profile) {
-#if defined(OS_WIN)
- views::Window::CreateChromeWindow(parent, gfx::Rect(),
- new ClearDataView(profile))->Show();
-#else
+
views::Window::CreateChromeWindow(parent, gfx::Rect(),
new ClearBrowsingDataView(profile))->Show();
-#endif
}
} // namespace browser
« 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