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

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

Issue 269573010: Download and cache kiosk app extension when it is added via kiosk mamangement ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reset external_cache_ is clean up, change crx file cache dir, etc. Created 6 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h b/chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h
index f0a5359757d12c29fdd8969eb79f333de38554fe..51e6a668c293279cfa68e16166381e0ab0444d7f 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h
@@ -18,6 +18,9 @@ class KioskAppDataDelegate {
// Invoked to get the root directory for storing cached icon files.
virtual void GetKioskAppIconCacheDir(base::FilePath* cache_dir) = 0;
+ // Invoked to get the root directory for storing cached crx files.
+ virtual void GetKioskAppCrxCacheDir(base::FilePath* cache_dir) = 0;
xiyuan 2014/05/02 22:19:45 This does not belong here since KioskAppData does
jennyz 2014/05/02 22:31:01 Done.
+
// Invoked when kiosk app data or status has changed.
virtual void OnKioskAppDataChanged(const std::string& app_id) = 0;
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698