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

Unified Diff: chrome/common/web_apps.h

Issue 10704092: Add offline_mode support in crxless apps (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 6 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/common/web_apps.h
diff --git a/chrome/common/web_apps.h b/chrome/common/web_apps.h
index 2d8d01ec54f9e1e5b55512ea531172d332420356..4cb999e8af8cc393ca2995c0d9bf059a4160de56 100644
--- a/chrome/common/web_apps.h
+++ b/chrome/common/web_apps.h
@@ -75,6 +75,9 @@ struct WebApplicationInfo {
// The type of launch container to use with the app. Currently supported
// values are 'tab' and 'panel'. Only supported with manifest-based apps.
std::string launch_container;
+
+ // This indicates if the app is functional in offline mode or not.
+ bool is_offline_enabled;
};

Powered by Google App Engine
This is Rietveld 408576698