Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d77948ee3b7421f081e9da129d2fdb293d1990a3..83f6ca961afb6d562f4722c2fa8e3ba48b61aafd 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -438,6 +438,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. |