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

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: Inline UpdateForImmersiveState. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/exclusive_access_bubble_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..979269e15455ff5b727e8f557fa81434e4e76f9a 100644
--- a/chrome/browser/ui/views/exclusive_access_bubble_views.h
+++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h
@@ -47,22 +47,10 @@ 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();
- // Updates any state which depends on whether the user is in immersive
- // fullscreen.
- void UpdateForImmersiveState();
-
// Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
void UpdateBounds();
@@ -96,9 +84,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_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/exclusive_access_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698