summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorpjohnson@google.com <pjohnson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-13 02:37:35 +0000
committerpjohnson@google.com <pjohnson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-13 02:37:35 +0000
commit431838df78d6e3cd06794a45cf0243be32149c7c (patch)
treed6d7ce05fa246f6a8f544e2d1ecfa160cc69ea62 /chrome/common
parentb778443f9bab87bb5f7147081cf63eb848781373 (diff)
downloadchromium_src-431838df78d6e3cd06794a45cf0243be32149c7c.zip
chromium_src-431838df78d6e3cd06794a45cf0243be32149c7c.tar.gz
chromium_src-431838df78d6e3cd06794a45cf0243be32149c7c.tar.bz2
Remove the TODO to remove --start-maximized. It seems this switch is
actually useful for users, so I see no problem in keeping it. Review URL: http://codereview.chromium.org/3038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8b07a37..56a3936 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -253,9 +253,6 @@ const wchar_t kMemoryModel[] = L"memory-model";
const wchar_t kEnableFileCookies[] = L"enable-file-cookies";
// Start the browser maximized, regardless of any previous settings.
-// TODO(pjohnson): Remove this once bug 1137420 is fixed. We are using this
-// as a workaround for not being able to use moveTo and resizeTo on a
-// top-level window.
const wchar_t kStartMaximized[] = L"start-maximized";
// Spawn threads to watch for excessive delays in specified message loops.