diff options
author | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 15:33:11 +0000 |
---|---|---|
committer | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 15:33:11 +0000 |
commit | e4ac5dff67e3f5ea9b3d7c4adad2aade7a21bbe7 (patch) | |
tree | 0cf4c27a1038fcd71bd8d3bc957e5df4b7b7ffeb /chrome/browser/dom_ui/dom_ui_contents.cc | |
parent | 3f3ae3384634db4fb0601f184b12b585b4a64971 (diff) | |
download | chromium_src-e4ac5dff67e3f5ea9b3d7c4adad2aade7a21bbe7.zip chromium_src-e4ac5dff67e3f5ea9b3d7c4adad2aade7a21bbe7.tar.gz chromium_src-e4ac5dff67e3f5ea9b3d7c4adad2aade7a21bbe7.tar.bz2 |
Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.
Review URL: http://codereview.chromium.org/42281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui_contents.cc')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui_contents.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/dom_ui/dom_ui_contents.cc b/chrome/browser/dom_ui/dom_ui_contents.cc index 4d5f7e3..90e04dd 100644 --- a/chrome/browser/dom_ui/dom_ui_contents.cc +++ b/chrome/browser/dom_ui/dom_ui_contents.cc @@ -5,7 +5,7 @@ #include "chrome/browser/dom_ui/dom_ui_contents.h" #include "chrome/browser/dom_ui/debugger_ui.h" -#include "chrome/browser/dom_ui/dev_tools_ui.h" +#include "chrome/browser/dom_ui/devtools_ui.h" #include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/browser/dom_ui/downloads_ui.h" #include "chrome/browser/dom_ui/history_ui.h" @@ -258,8 +258,8 @@ bool DOMUIContents::InitCurrentUI(bool reload) { current_ui_->Init(); current_url_ = url; } - } - + } + if (current_ui_) return true; |