| 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 61df4981199bfaa2a4dfbaa12a1a76487a309f92..7a9fe670717e657fafc2c94aacf44af4e7e58c44 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| @@ -212,7 +212,11 @@ class KioskAppManager : public KioskAppDataDelegate,
|
| AutoLoginState GetAutoLoginState() const;
|
| void SetAutoLoginState(AutoLoginState state);
|
|
|
| - void GetKioskAppCrxCacheDir(base::FilePath* cache_dir);
|
| + void GetCrxCacheDir(base::FilePath* cache_dir);
|
| +
|
| + bool GetCachedCrx(const std::string& app_id,
|
| + base::FilePath* file_path,
|
| + std::string* version);
|
|
|
| // True if machine ownership is already established.
|
| bool ownership_established_;
|
|
|