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

Unified Diff: athena/content/web_activity.h

Issue 455773003: athena: Show the theme-color in the title strip, and fix the height. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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
« no previous file with comments | « athena/activity/activity_frame_view.cc ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/web_activity.h
diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
index 45407a487f8d7801342250d144597211fa34a042..6e3f41ba0e0eb0b29e33669fb966e8356e60b354 100644
--- a/athena/content/web_activity.h
+++ b/athena/content/web_activity.h
@@ -54,11 +54,13 @@ class WebActivity : public Activity,
bool explicit_set) OVERRIDE;
virtual void DidUpdateFaviconURL(
const std::vector<content::FaviconURL>& candidates) OVERRIDE;
+ virtual void DidChangeThemeColor(SkColor theme_color) OVERRIDE;
private:
content::BrowserContext* browser_context_;
const GURL url_;
AthenaWebView* web_view_;
+ SkColor title_color_;
// The current state for this activity.
ActivityState current_state_;
« no previous file with comments | « athena/activity/activity_frame_view.cc ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698