diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 20:07:23 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 20:07:23 +0000 |
commit | c4f2272884d0408a9d976c3399159c94b930a9e1 (patch) | |
tree | ca9d6528817c892e2c2efaef412d27c7d5db5223 /chrome/chrome_browser.gypi | |
parent | 3d70e115d497cfda0480325e81fe481620c13bd1 (diff) | |
download | chromium_src-c4f2272884d0408a9d976c3399159c94b930a9e1.zip chromium_src-c4f2272884d0408a9d976c3399159c94b930a9e1.tar.gz chromium_src-c4f2272884d0408a9d976c3399159c94b930a9e1.tar.bz2 |
Revert 90820 - Multi-Profiles: New Profile Setup UI
This change adds DOM UI to setup a new profile. When the user clicks Wrench Menu -> New Profile the following happens:
1 we create a new profile and give it a good default name and icon
2 we open a browser window and navigate it to chrome://newprofile
3 user customizes the name and icon if they wish and then click Create
4 we navigate to the new tab page where we optionally show the Sign In To Sync promo page
This change implements 3 and 4. Screenshots:
- http://www.dropmocks.com/mWxdW
BUG=None
TEST=Navigated to chrome://newprofile and verified that things looked ok
Review URL: http://codereview.chromium.org/7256002
TBR=sail@chromium.org
Review URL: http://codereview.chromium.org/7275026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 01f8385..435c88b 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -3406,10 +3406,6 @@ 'browser/ui/webui/media_internals_ui.h', 'browser/ui/webui/net_internals_ui.cc', 'browser/ui/webui/net_internals_ui.h', - 'browser/ui/webui/new_profile_dom_handler.cc', - 'browser/ui/webui/new_profile_dom_handler.h', - 'browser/ui/webui/new_profile_ui.cc', - 'browser/ui/webui/new_profile_ui.h', 'browser/ui/webui/ntp/app_launcher_handler.cc', 'browser/ui/webui/ntp/app_launcher_handler.h', 'browser/ui/webui/ntp/favicon_webui_handler.cc', |