| 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_;
|
|
|