summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-05 04:14:38 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-05 04:14:38 +0000
commit8f7d908a8a0c0a91edc0dd3c93fa823a801f5439 (patch)
tree31d51a87754bf1251e9a4bde11e638253df9711e
parent2fb7f01bfe274a1571735967b03fee926d920b2a (diff)
downloadchromium_src-8f7d908a8a0c0a91edc0dd3c93fa823a801f5439.zip
chromium_src-8f7d908a8a0c0a91edc0dd3c93fa823a801f5439.tar.gz
chromium_src-8f7d908a8a0c0a91edc0dd3c93fa823a801f5439.tar.bz2
Remove an obsolete TODO in ConstrainedWebDialogUI.
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12389066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186091 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/webui/constrained_web_dialog_ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.h b/chrome/browser/ui/webui/constrained_web_dialog_ui.h
index 2e10e7a..f75124d 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h
+++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h
@@ -51,8 +51,6 @@ class ConstrainedWebDialogDelegate {
//
// Since the web contents modal dialog requires platform-specific delegate
// implementations, this class is just a factory stub.
-// TODO(thestig): Refactor the platform-independent code out of the
-// platform-specific implementations.
class ConstrainedWebDialogUI
: public content::WebUIController {
public: