| Index: athena/content/web_activity.cc
|
| diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
|
| index 275acedbc6dfc7a2070aa510e04ddabff99b7b72..e206365b03f085237b237880d924c0d75b02e3f8 100644
|
| --- a/athena/content/web_activity.cc
|
| +++ b/athena/content/web_activity.cc
|
| @@ -285,6 +285,7 @@ class AthenaWebView : public views::WebView {
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| bool* was_blocked) OVERRIDE {
|
| + // TODO(oshima): Use factory.
|
| ActivityManager::Get()->AddActivity(
|
| new WebActivity(new AthenaWebView(new_contents)));
|
| }
|
|
|