| Index: chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui.h b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| index b73e4ad2fcd595570b82931af9423b4234b8acc7..c474306f8555488d3740808470ceac2ae5749932 100644
|
| --- a/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| +++ b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| @@ -16,6 +16,8 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| +// Handler for chrome://interstitials demonstration pages. This class is not
|
| +// used in displaying any real interstitials.
|
| class InterstitialUI : public content::WebUIController {
|
| public:
|
| explicit InterstitialUI(content::WebUI* web_ui);
|
|
|