Index: chrome/browser/ui/webui/constrained_html_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/constrained_html_ui.h (revision 110055) |
+++ chrome/browser/ui/webui/constrained_html_ui.h (working copy) |
@@ -65,11 +65,12 @@ |
static PropertyAccessor<ConstrainedHtmlUIDelegate*>& |
GetPropertyAccessor(); |
- private: |
+ protected: |
// Returns the TabContents' PropertyBag's ConstrainedHtmlUIDelegate. |
// Returns NULL if that property is not set. |
ConstrainedHtmlUIDelegate* GetConstrainedDelegate(); |
+ private: |
// JS Message Handler |
void OnDialogCloseMessage(const base::ListValue* args); |