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

Unified Diff: athena/home/public/home_card.h

Issue 408623003: Minimize HomeCard if the user opens something in the home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 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: athena/home/public/home_card.h
diff --git a/athena/home/public/home_card.h b/athena/home/public/home_card.h
index 8658d367643dbb09e619caabbb6a06fc28a59101..e6860771f9f219f6e8ec2b9e706f7d8dc9bbd791 100644
--- a/athena/home/public/home_card.h
+++ b/athena/home/public/home_card.h
@@ -44,8 +44,9 @@ class ATHENA_EXPORT HomeCard {
virtual ~HomeCard() {}
- // Update the current state of the home card to |state|.
+ // Update/get the current state of the home card to |state|.
oshima 2014/07/22 21:48:38 Updates/gets
Jun Mukai 2014/07/22 21:57:57 Done.
virtual void SetState(State state) = 0;
+ virtual State GetState() = 0;
// Registers a search_provider to the HomeCard. Receiver will take
// the ownership of the specified provider.

Powered by Google App Engine
This is Rietveld 408576698