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

Unified Diff: chrome/browser/ui/views/chrome_cleaner_dialog.h

Issue 2855093002: Remove a new usage of LabelButton::SetStyle (in ChromeCleanerDialog). (Closed)
Patch Set: views:: Created 3 years, 7 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 | « no previous file | chrome/browser/ui/views/chrome_cleaner_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_cleaner_dialog.h
diff --git a/chrome/browser/ui/views/chrome_cleaner_dialog.h b/chrome/browser/ui/views/chrome_cleaner_dialog.h
index fe32657230efc8a93816b9b3c8bb5972d1b042db..bc6209229f7c57c6d5d10d0c1c88094c13b7a0a0 100644
--- a/chrome/browser/ui/views/chrome_cleaner_dialog.h
+++ b/chrome/browser/ui/views/chrome_cleaner_dialog.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "ui/views/controls/button/button.h"
-#include "ui/views/controls/button/label_button.h"
#include "ui/views/window/dialog_delegate.h"
class Browser;
@@ -65,8 +64,6 @@ class ChromeCleanerDialog : public views::DialogDelegateView,
// user interaction since the controller can delete itself after that point.
safe_browsing::ChromeCleanerDialogController* controller_;
- views::LabelButton* advanced_button_;
-
DISALLOW_COPY_AND_ASSIGN(ChromeCleanerDialog);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_cleaner_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698