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

Unified Diff: athena/content/app_activity.h

Issue 707603002: athena: Use ActivityList where appropriate, and fix AppActivity tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/public/activity_manager.h ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_activity.h
diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
index 37ffd208b5c5a06b71019851682e67dfda6d8dfe..771a63405c34eee9344c5cda1ff1be7d14a66111 100644
--- a/athena/content/app_activity.h
+++ b/athena/content/app_activity.h
@@ -57,15 +57,19 @@ class AppActivity : public Activity,
~AppActivity() override;
+ // Register this activity with its application.
+ void RegisterActivity();
+
+ AppActivityRegistry* app_activity_registry() {
+ return app_activity_registry_;
+ }
+
private:
// content::WebContentsObserver:
void TitleWasSet(content::NavigationEntry* entry, bool explicit_set) override;
void DidUpdateFaviconURL(
const std::vector<content::FaviconURL>& candidates) override;
- // Register this activity with its application.
- void RegisterActivity();
-
// Hiding the contet proxy and showing the real content instead.
void HideContentProxy();
« no previous file with comments | « athena/activity/public/activity_manager.h ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698