Commit 8d4da369 authored by erg@chromium.org's avatar erg@chromium.org

Profiles: Fix touchui usage of AllSources() for FOCUS_CHANGED_IN_PAGE.

BUG=87457
TEST=none


Review URL: http://codereview.chromium.org/7650031

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96931 0039d316-1c4b-4281-b951-d872f2087c98
parent f6c13367
......@@ -56,12 +56,14 @@ void TouchLoginView::Init() {
InitStatusArea();
InitVirtualKeyboard();
Source<TabContents> tab_contents(webui_login_->tab_contents()));
registrar_.Add(this,
content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE,
NotificationService::AllSources());
tab_contents);
registrar_.Add(this,
content::NOTIFICATION_TAB_CONTENTS_DESTROYED,
NotificationService::AllSources());
tab_contents);
registrar_.Add(this,
chrome::NOTIFICATION_HIDE_KEYBOARD_INVOKED,
NotificationService::AllSources());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment