Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6980)

Unified Diff: chrome/browser/ui/webui/constrained_html_ui.h

Issue 8136027: Print Preview: Make print preview tab modal. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/ui/webui/cloud_print_signin_dialog.cc ('k') | chrome/browser/ui/webui/print_preview_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698