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

Unified Diff: chrome/browser/about_flags.cc

Issue 181493011: Windows: Automatically associate file types with Chrome apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Complete rewrite (note that the bulk of the work is now in shell_util). Created 6 years, 2 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d584ad4b4e0a3bb3bb8049bd348f6ee985eebfdc..416615a356e2613f640f1429e6c06ad0331cacdc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1802,7 +1802,7 @@ const Experiment kExperiments[] = {
"enable-apps-file-associations",
IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_NAME,
IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_DESCRIPTION,
- kOsMac,
+ kOsWin | kOsMac,
jackhou1 2014/10/27 02:13:28 Is this necessary for testing? If not we should pr
Matt Giuca 2014/11/04 06:00:09 It lets us tell other people to test it without th
SINGLE_VALUE_TYPE(switches::kEnableAppsFileAssociations)
},
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | chrome/browser/web_applications/web_app_win.cc » ('j') | chrome/browser/web_applications/web_app_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698