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

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

Issue 177123016: Add a11y virtual keyboard icon when a11y VK is enabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/tray_background_view.h
diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
index 4addcba51294e1f05e0b7945d73173ea9b856ad6..cd592d33fd031c365538f3211ed283127262ecd9 100644
--- a/ash/system/tray/tray_background_view.h
+++ b/ash/system/tray/tray_background_view.h
@@ -38,8 +38,6 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
void SetAlignment(ShelfAlignment alignment);
- void set_size(const gfx::Size& size) { size_ = size; }
kevers 2014/03/03 16:58:45 Is this change intentional? If this is dead code,
bshe 2014/03/03 20:24:03 Done.
-
// Overridden from views::View.
virtual gfx::Size GetPreferredSize() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698