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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_media_view_util.cc

Issue 2638713002: mediaview: Enable by default. (Closed)
Patch Set: Created 3 years, 11 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 | « 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/chromeos/arc/fileapi/arc_media_view_util.cc
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_media_view_util.cc b/chrome/browser/chromeos/arc/fileapi/arc_media_view_util.cc
index 261516ff7c96e4476b231a536181b4965570ca35..999c676a66ab82bbea4f1cbe4306373c79534b78 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_media_view_util.cc
+++ b/chrome/browser/chromeos/arc/fileapi/arc_media_view_util.cc
@@ -13,7 +13,7 @@ constexpr char kMediaViewVolumeIdPrefix[] = "media_view:";
} // namespace
const base::Feature kMediaViewFeature{"ArcMediaView",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
const char kMediaDocumentsProviderAuthority[] =
"com.android.providers.media.documents";
« 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