Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_manager.h

Issue 985533004: Implement chrome.fileSystem.requestFileSystem(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed kiosk mode. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/app_mode/kiosk_app_manager.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
index 071699b875db9050484cb6220ca3bc72c97cc04e..aff5898ef6151e07bc5e2006f68596c2d90ff1ea 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
@@ -129,9 +129,6 @@ class KioskAppManager : public KioskAppDataDelegate,
// Returns true if owner/policy enabled auto launch.
bool IsAutoLaunchEnabled() const;
- // Returns true if current app was auto launched with zero delay.
- bool IsCurrentAppAutoLaunchedWithZeroDelay() const;
-
// Enable auto launch setter.
void SetEnableAutoLaunch(bool value);

Powered by Google App Engine
This is Rietveld 408576698