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

Unified Diff: chrome/common/web_apps_unittest.cc

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_unittest.cc
diff --git a/chrome/common/web_apps_unittest.cc b/chrome/common/web_apps_unittest.cc
index 20db2347a91d25ddacd5d9b60e5c862ecbe52d84..5f71fcdc76591d7a1bd05f6d8d604c8c6b9a9642 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.

Powered by Google App Engine
This is Rietveld 408576698