diff options
Diffstat (limited to 'chrome/common/web_apps.h')
-rw-r--r-- | chrome/common/web_apps.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/web_apps.h b/chrome/common/web_apps.h index e0526b6..b3ea039 100644 --- a/chrome/common/web_apps.h +++ b/chrome/common/web_apps.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -74,6 +74,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; }; |