commit | c5b8ab44beaad44a5da2c4f74a38b786905bee62 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 14 22:06:50 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 14 22:06:50 2010 |
tree | 848a646753933608a5519031e2d1e17e968e85e3 | |
parent | f03d68f40e35ec351618a6ba722a74463ac77067 [diff] [blame] |
Fix bug that caused us to have many duplicate registrations recorded in extension prefs for override pages. BUG=41442 Review URL: http://codereview.chromium.org/1518028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44551 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_dom_ui.h b/chrome/browser/extensions/extension_dom_ui.h index d14eb692..87f57fc 100644 --- a/chrome/browser/extensions/extension_dom_ui.h +++ b/chrome/browser/extensions/extension_dom_ui.h
@@ -26,6 +26,8 @@ : public DOMUI, public ExtensionFunctionDispatcher::Delegate { public: + static const wchar_t kExtensionURLOverrides[]; + explicit ExtensionDOMUI(TabContents* tab_contents); ExtensionFunctionDispatcher* extension_function_dispatcher() const {