Skip to content

Commit

Permalink
Fix supervised user dialog close regression.
Browse files Browse the repository at this point in the history
BUG=399686
R=michaelpg@chromium.org

Review URL: https://codereview.chromium.org/426783006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287035 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dbeam@chromium.org committed Aug 1, 2014
1 parent 64544d1 commit 1701929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cr.define('options', function() {
Page.prototype.initializePage.call(this);

$('supervised-user-learn-more-done').onclick = function(event) {
Page.closeOverlay();
cr.ui.pageManager.PageManager.closeOverlay();
};
},
};
Expand Down

0 comments on commit 1701929

Please sign in to comment.