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

Unified Diff: ash/system/tray/system_tray_bubble.h

Issue 2961313003: Touch gestures for System Tray/ IME/ Stylus/ Notifications (Closed)
Patch Set: Fixed msw's comments. Created 3 years, 5 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: ash/system/tray/system_tray_bubble.h
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h
index 89c490f85e717e0ce0f848b2e7305176294d40a0..bafdbc2d6a1c1b999afbfbdffd511e62a708036d 100644
--- a/ash/system/tray/system_tray_bubble.h
+++ b/ash/system/tray/system_tray_bubble.h
@@ -6,7 +6,6 @@
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_BUBBLE_H_
#include <map>
-#include <memory>
#include <vector>
#include "ash/login_status.h"
@@ -58,10 +57,6 @@ class SystemTrayBubble {
// BUBBLE_TYPE_DEFAULT BubbleType.
void RecordVisibleRowMetrics();
- // Update the bounds of the system tray bubble. Close the bubble if
- // |close_bubble| is set.
- void AnimateToTargetBounds(const gfx::Rect& target_bounds, bool close_bubble);
-
private:
// Updates the bottom padding of the |bubble_view_| based on the
// |bubble_type_|.
@@ -79,10 +74,6 @@ class SystemTrayBubble {
int autoclose_delay_;
base::OneShotTimer autoclose_;
- // Used in maximize mode to make sure the system tray bubble only be shown in
- // work area.
- std::unique_ptr<aura::Window> clipping_window_;
-
DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
};

Powered by Google App Engine
This is Rietveld 408576698