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..f19a6a8d01bef5a079610c0b60521ab45272c502 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 enterprised |
Andrew T Wilson (Slow)
2015/03/23 16:38:27
nit: enterprise, not enterprised
edwardjung
2015/03/24 16:07:35
Done.
|
+ // enrolled. |
+ void DisableDinoEasterEgg(); |
Andrew T Wilson (Slow)
2015/03/23 16:38:26
nit: name this DisableDinoEasterEggIfEnrolled()
edwardjung
2015/03/24 16:07:35
Done.
|
+ |
// 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. |