string
| |
-| [smallLogo](./kibana-plugin-core-public.chromebrand.smalllogo.md) | string
| |
-
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromebrand.smalllogo.md b/docs/development/core/public/kibana-plugin-core-public.chromebrand.smalllogo.md
deleted file mode 100644
index 5b21e806540be..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromebrand.smalllogo.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeBrand](./kibana-plugin-core-public.chromebrand.md) > [smallLogo](./kibana-plugin-core-public.chromebrand.smalllogo.md)
-
-## ChromeBrand.smallLogo property
-
-Signature:
-
-```typescript
-smallLogo?: string;
-```
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromestart.addapplicationclass.md b/docs/development/core/public/kibana-plugin-core-public.chromestart.addapplicationclass.md
deleted file mode 100644
index 67e86863ad3c8..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromestart.addapplicationclass.md
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [addApplicationClass](./kibana-plugin-core-public.chromestart.addapplicationclass.md)
-
-## ChromeStart.addApplicationClass() method
-
-Add a className that should be set on the application container.
-
-Signature:
-
-```typescript
-addApplicationClass(className: string): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| className | string
| |
-
-Returns:
-
-`void`
-
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromestart.getapplicationclasses_.md b/docs/development/core/public/kibana-plugin-core-public.chromestart.getapplicationclasses_.md
deleted file mode 100644
index c932d8b7f0a40..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromestart.getapplicationclasses_.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [getApplicationClasses$](./kibana-plugin-core-public.chromestart.getapplicationclasses_.md)
-
-## ChromeStart.getApplicationClasses$() method
-
-Get the current set of classNames that will be set on the application container.
-
-Signature:
-
-```typescript
-getApplicationClasses$(): ObservableaddApplicationClass()
. If className is unknown it is ignored. |
-| [setAppTitle(appTitle)](./kibana-plugin-core-public.chromestart.setapptitle.md) | Sets the current app's title |
| [setBadge(badge)](./kibana-plugin-core-public.chromestart.setbadge.md) | Override the current badge |
-| [setBrand(brand)](./kibana-plugin-core-public.chromestart.setbrand.md) | Set the brand configuration. |
| [setBreadcrumbs(newBreadcrumbs)](./kibana-plugin-core-public.chromestart.setbreadcrumbs.md) | Override the current set of breadcrumbs |
| [setBreadcrumbsAppendExtension(breadcrumbsAppendExtension)](./kibana-plugin-core-public.chromestart.setbreadcrumbsappendextension.md) | Mount an element next to the last breadcrumb |
| [setCustomNavLink(newCustomNavLink)](./kibana-plugin-core-public.chromestart.setcustomnavlink.md) | Override the current set of custom nav link |
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromestart.removeapplicationclass.md b/docs/development/core/public/kibana-plugin-core-public.chromestart.removeapplicationclass.md
deleted file mode 100644
index 5bdeec635ed44..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromestart.removeapplicationclass.md
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [removeApplicationClass](./kibana-plugin-core-public.chromestart.removeapplicationclass.md)
-
-## ChromeStart.removeApplicationClass() method
-
-Remove a className added with `addApplicationClass()`. If className is unknown it is ignored.
-
-Signature:
-
-```typescript
-removeApplicationClass(className: string): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| className | string
| |
-
-Returns:
-
-`void`
-
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromestart.setapptitle.md b/docs/development/core/public/kibana-plugin-core-public.chromestart.setapptitle.md
deleted file mode 100644
index f0e2db30f1891..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromestart.setapptitle.md
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [setAppTitle](./kibana-plugin-core-public.chromestart.setapptitle.md)
-
-## ChromeStart.setAppTitle() method
-
-Sets the current app's title
-
-Signature:
-
-```typescript
-setAppTitle(appTitle: string): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| appTitle | string
| |
-
-Returns:
-
-`void`
-
diff --git a/docs/development/core/public/kibana-plugin-core-public.chromestart.setbrand.md b/docs/development/core/public/kibana-plugin-core-public.chromestart.setbrand.md
deleted file mode 100644
index daaa510483ae7..0000000000000
--- a/docs/development/core/public/kibana-plugin-core-public.chromestart.setbrand.md
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [setBrand](./kibana-plugin-core-public.chromestart.setbrand.md)
-
-## ChromeStart.setBrand() method
-
-Set the brand configuration.
-
-Signature:
-
-```typescript
-setBrand(brand: ChromeBrand): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| brand | ChromeBrand
| |
-
-Returns:
-
-`void`
-
-## Remarks
-
-Normally the `logo` property will be rendered as the CSS background for the home link in the chrome navigation, but when the page is rendered in a small window the `smallLogo` will be used and rendered at about 45px wide.
-
-## Example
-
-
-```js
-chrome.setBrand({
- logo: 'url(/plugins/app/logo.png) center no-repeat'
- smallLogo: 'url(/plugins/app/logo-small.png) center no-repeat'
-})
-
-```
-
diff --git a/docs/development/core/public/kibana-plugin-core-public.md b/docs/development/core/public/kibana-plugin-core-public.md
index e984fbb675e6d..59735b053adbc 100644
--- a/docs/development/core/public/kibana-plugin-core-public.md
+++ b/docs/development/core/public/kibana-plugin-core-public.md
@@ -42,7 +42,6 @@ The plugin integrates with the core system via lifecycle events: `setup`
| [AsyncPlugin](./kibana-plugin-core-public.asyncplugin.md) | A plugin with asynchronous lifecycle methods. |
| [Capabilities](./kibana-plugin-core-public.capabilities.md) | The read-only set of capabilities available for the current UI session. Capabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID, and the boolean is a flag indicating if the capability is enabled or disabled. |
| [ChromeBadge](./kibana-plugin-core-public.chromebadge.md) | |
-| [ChromeBrand](./kibana-plugin-core-public.chromebrand.md) | |
| [ChromeDocTitle](./kibana-plugin-core-public.chromedoctitle.md) | APIs for accessing and updating the document title. |
| [ChromeHelpExtension](./kibana-plugin-core-public.chromehelpextension.md) | |
| [ChromeHelpExtensionMenuCustomLink](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.md) | |
diff --git a/src/core/public/chrome/chrome_service.mock.ts b/src/core/public/chrome/chrome_service.mock.ts
index b624084258817..5e29218250fb9 100644
--- a/src/core/public/chrome/chrome_service.mock.ts
+++ b/src/core/public/chrome/chrome_service.mock.ts
@@ -9,7 +9,7 @@
import { BehaviorSubject } from 'rxjs';
import type { PublicMethodsOf } from '@kbn/utility-types';
import type { DeeplyMockedKeys } from '@kbn/utility-types/jest';
-import { ChromeBadge, ChromeBrand, ChromeBreadcrumb, ChromeService, InternalChromeStart } from './';
+import { ChromeBadge, ChromeBreadcrumb, ChromeService, InternalChromeStart } from './';
const createStartContractMock = () => {
const startContract: DeeplyMockedKeys