| Index: chrome/browser/ui/webui/inspect_ui.h
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
|
| index 07a1fb78b1622308f4ff498dc12ec43a7a2e8ef4..a9eee033696d2dcd0e1df29be8c589f8258075cc 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.h
|
| +++ b/chrome/browser/ui/webui/inspect_ui.h
|
| @@ -89,6 +89,8 @@ class InspectUI : public content::WebUIController,
|
|
|
| void PopulatePortStatus(const base::Value& status);
|
|
|
| + void ShowIncognitoWarning();
|
| +
|
| // A scoped container for notification registries.
|
| content::NotificationRegistrar notification_registrar_;
|
|
|
|
|