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

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

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/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 ca85a4fc1f1ce9dac64634a63b7f2e109f75239d..36119d02ff47c82ab293cafc42ef9bbec307ee3f 100644
--- a/chrome/browser/ui/views/clear_browsing_data.cc
+++ b/chrome/browser/ui/views/clear_browsing_data.cc
@@ -358,6 +358,14 @@ views::ClientView* ClearBrowsingDataView::CreateClientView(
return client_view;
}
+views::View* ClearBrowsingDataView::GetExtraView() {
+ return throbber_view_;
+}
+
+bool ClearBrowsingDataView::GetSizeExtraViewHeightToButtons() {
+ return true;
+}
+
////////////////////////////////////////////////////////////////////////////////
// ClearBrowsingDataView, ComboboxModel implementation:

Powered by Google App Engine
This is Rietveld 408576698