From b23624b1286b39b81df10d82d4d2654ac4af3c39 Mon Sep 17 00:00:00 2001 From: "skuhne@chromium.org" Date: Wed, 29 Jan 2014 02:31:39 +0000 Subject: Adding a dialog which explains that the multi user session has ended because a user policy has changed. BUG=314930 TEST=manual Review URL: https://codereview.chromium.org/149173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247597 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_browser_chromeos.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_browser_chromeos.gypi') diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index 6d46887..a5bf018 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -767,6 +767,8 @@ 'browser/chromeos/profiles/avatar_menu_chromeos.cc', 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', + 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc', + 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h', 'browser/chromeos/profiles/profile_helper.cc', 'browser/chromeos/profiles/profile_helper.h', 'browser/chromeos/profiles/profile_list_chromeos.cc', -- cgit v1.1