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

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

Issue 1971033003: ExclusiveAccessBubbleViews: Remove unused code for old style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-remove-old-theming
Patch Set: Remove unused include. Created 4 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
Index: chrome/browser/ui/views/exclusive_access_bubble_views.h
diff --git a/chrome/browser/ui/views/exclusive_access_bubble_views.h b/chrome/browser/ui/views/exclusive_access_bubble_views.h
index b304f0e3ed3310924251b41d807846247e15922a..4a58ed05aa6d9a45ee47c5f07c8fad8cccc49ed3 100644
--- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
+++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
@@ -47,14 +47,6 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
private:
class ExclusiveAccessView;
- enum AnimatedAttribute {
- ANIMATED_ATTRIBUTE_BOUNDS,
- ANIMATED_ATTRIBUTE_OPACITY
- };
-
- // Returns the expected animated attribute based on flags and bubble type.
- AnimatedAttribute ExpectedAnimationAttribute();
-
// Starts or stops polling the mouse location based on |popup_| and
// |bubble_type_|.
void UpdateMouseWatcher();
@@ -96,9 +88,6 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble,
// Animation controlling showing/hiding of the exit bubble.
std::unique_ptr<gfx::SlideAnimation> animation_;
- // Attribute animated by |animation_|.
- AnimatedAttribute animated_attribute_;
-
// The contents of the popup.
ExclusiveAccessView* view_;

Powered by Google App Engine
This is Rietveld 408576698