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

Unified Diff: chrome/common/extensions/permissions/permission_set_unittest.cc

Issue 12902044: Enable SyncFileSystem API on Stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 9 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
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/permission_set_unittest.cc
diff --git a/chrome/common/extensions/permissions/permission_set_unittest.cc b/chrome/common/extensions/permissions/permission_set_unittest.cc
index 86cb685cc3888edb54694631c340f9c33bee52a7..896f342d9fdc1841c63c70c258c816071b37df6d 100644
--- a/chrome/common/extensions/permissions/permission_set_unittest.cc
+++ b/chrome/common/extensions/permissions/permission_set_unittest.cc
@@ -1374,10 +1374,6 @@ TEST_F(PermissionsTest, ImpliedPermissions) {
}
TEST_F(PermissionsTest, SyncFileSystemPermission) {
- // TODO(kinuko): Remove this in the same patch that enables this on Stable.
- extensions::Feature::ScopedCurrentChannel channel(
- chrome::VersionInfo::CHANNEL_DEV);
-
scoped_refptr<Extension> extension = LoadManifest(
"permissions", "sync_file_system.json");
APIPermissionSet apis;
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698