diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 19:59:06 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 19:59:06 +0000 |
commit | 6fe1a1310d47287d88e920c5cc54c3c2be3431d5 (patch) | |
tree | 17c884e3a9febf2ff4eb80e2c581dbd6d3435290 /chrome/app/resources | |
parent | 3354d3e0ebe826027b315011f24e4f661f25af17 (diff) | |
download | chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.zip chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.tar.gz chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.tar.bz2 |
Rip out the multiprofile implementation.
Requested by Ben. Never worked on linux or OSX and apparently broken on Windows. Removal of the multiprofile code will make switching out the old AppMenuModel with the new WrenchMenuModel trivial.
BUG=27177
TEST=none
Review URL: http://codereview.chromium.org/2736001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index c693bba..6c48c12 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -539,20 +539,6 @@ 52 </message> - <!-- The width and height of the Select Profile dialog in characters and lines --> - <!-- (See above). --> - <message name="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 60 - </message> - <message name="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 5 - </message> - - <!-- The width of the New Profile dialog in characters (See above). --> - <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 60 - </message> - <!-- The URL for Chromium project used in About dialog. --> <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false"> http://code.google.com/chromium/?hl=[GRITLANGCODE] |