Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 1824708eb606f0731c15104fbddddbd06d427eb4..e0747a13046f90f43fbbdc64469f65ead66b6f87 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -433,6 +433,9 @@ const char kEnableAppList[] = "enable-app-list"; |
// Enables the <window-controls> tag in platform apps. |
const char kEnableAppWindowControls[] = "enable-app-window-controls"; |
+// Enable OS integration for Chrome app file associations. |
+const char kEnableAppsFileAssociations[] = "enable-apps-file-associations"; |
+ |
// Show apps windows after the first paint. Windows will be shown significantly |
// later for heavy apps loading resources synchronously but it will be |
// insignificant for apps that load most of their resources asynchronously. |