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

Unified Diff: chrome/browser/extensions/app_background_page_apitest.cc

Issue 8788007: Update these tests to use manifest_version 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/app_background_page_apitest.cc
===================================================================
--- chrome/browser/extensions/app_background_page_apitest.cc (revision 112827)
+++ chrome/browser/extensions/app_background_page_apitest.cc (working copy)
@@ -61,6 +61,7 @@
"{"
" \"name\": \"App\","
" \"version\": \"0.1\","
+ " \"manifest_version\": 2,"
" \"app\": {"
" \"urls\": ["
" \"http://a.com/\""
@@ -88,6 +89,7 @@
"{"
" \"name\": \"App\","
" \"version\": \"0.1\","
+ " \"manifest_version\": 2,"
" \"app\": {"
" \"urls\": ["
" \"http://a.com/\""
@@ -114,6 +116,7 @@
"{"
" \"name\": \"App\","
" \"version\": \"0.1\","
+ " \"manifest_version\": 2,"
" \"app\": {"
" \"urls\": ["
" \"http://a.com/\""
@@ -146,6 +149,7 @@
"{"
" \"name\": \"App\","
" \"version\": \"0.1\","
+ " \"manifest_version\": 2,"
" \"app\": {"
" \"urls\": ["
" \"http://a.com/\""
@@ -172,6 +176,7 @@
"{"
" \"name\": \"App\","
" \"version\": \"0.1\","
+ " \"manifest_version\": 2,"
" \"app\": {"
" \"urls\": ["
" \"http://a.com/\""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698