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

Unified Diff: ash/popup_message.h

Issue 854183002: ash: Cleanup - remove unused private fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « ash/magnifier/partial_magnification_controller.cc ('k') | ash/shell/window_type_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/popup_message.h
diff --git a/ash/popup_message.h b/ash/popup_message.h
index ac87a3ac6e50d6ee6155beb3f12c3f6e98678109..8731536401953654cb069d1674546b36582cd0cc 100644
--- a/ash/popup_message.h
+++ b/ash/popup_message.h
@@ -69,12 +69,8 @@ class ASH_EXPORT PopupMessage {
MessageBubble* view_;
views::Widget* widget_;
- // Variables of the construction time.
- views::View* anchor_;
base::string16 caption_;
base::string16 message_;
- IconType message_type_;
- views::BubbleBorder::Arrow arrow_orientation_;
DISALLOW_COPY_AND_ASSIGN(PopupMessage);
};
« no previous file with comments | « ash/magnifier/partial_magnification_controller.cc ('k') | ash/shell/window_type_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698