Index: chrome/browser/chromeos/volume_bubble.cc |
diff --git a/chrome/browser/chromeos/volume_bubble.cc b/chrome/browser/chromeos/volume_bubble.cc |
index f1850bed001e2e9fb9d9498c221d19deaff245bf..dc5871374bbdbe35c78e9669e3e3807d774ba6e5 100644 |
--- a/chrome/browser/chromeos/volume_bubble.cc |
+++ b/chrome/browser/chromeos/volume_bubble.cc |
@@ -19,4 +19,9 @@ VolumeBubble::VolumeBubble() |
IDR_VOLUME_BUBBLE_MUTE_ICON)) { |
} |
+// static |
+VolumeBubble* VolumeBubble::instance() { |
+ return Singleton<VolumeBubble>::get(); |
+} |
+ |
} // namespace chromeos |