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

Unified Diff: chrome/browser/ui/views/tabs/tab.h

Issue 12328027: Audio indicator in each tab (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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: chrome/browser/ui/views/tabs/tab.h
===================================================================
--- chrome/browser/ui/views/tabs/tab.h (revision 183638)
+++ chrome/browser/ui/views/tabs/tab.h (working copy)
@@ -244,6 +244,9 @@
void StartRecordingAnimation();
void StopRecordingAnimation();
+ void StartAudioPlayingAnimation();
+ void StopAudioPlayingAnimation();
+
// Returns true if the crash animation is currently running.
bool IsPerformingCrashAnimation() const;

Powered by Google App Engine
This is Rietveld 408576698