summaryrefslogtreecommitdiffstats
path: root/chrome/common/web_apps_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/web_apps_unittest.cc')
-rw-r--r--chrome/common/web_apps_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/web_apps_unittest.cc b/chrome/common/web_apps_unittest.cc
index 20db234..5f71fcd 100644
--- a/chrome/common/web_apps_unittest.cc
+++ b/chrome/common/web_apps_unittest.cc
@@ -134,6 +134,7 @@ TEST(WebAppInfo, Full) {
EXPECT_EQ("geolocation", web_app->permissions[0]);
EXPECT_EQ("notifications", web_app->permissions[1]);
EXPECT_EQ("panel", web_app->launch_container);
+ EXPECT_EQ(true, web_app->is_offline_enabled);
}
// Tests ParseIconSizes with various input.