| Index: chrome/browser/browser_process_platform_part_chromeos.h
|
| diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
|
| index 8e574da289744743527610c8110f61d416992aaf..6012af98c7321305d642e27ce6bd475032bdc3dd 100644
|
| --- a/chrome/browser/browser_process_platform_part_chromeos.h
|
| +++ b/chrome/browser/browser_process_platform_part_chromeos.h
|
| @@ -60,6 +60,10 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
|
| bool is_running_test);
|
| void ShutdownSessionManager();
|
|
|
| + // Disable the offline interstitial easter egg if the device is enterprise
|
| + // enrolled.
|
| + void DisableDinoEasterEggIfEnrolled();
|
| +
|
| // Returns the SessionManager instance that is used to initialize and
|
| // start user sessions as well as responsible on launching pre-session UI like
|
| // out-of-box or login.
|
|
|