| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 18d1cb1534a1bcca7c8c9b59db0bd446a5c1be4a..d23ef1c0909725cd6a1a632a433dfc9f38ea12c8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1604,6 +1604,11 @@ const char kWindows8Search[] = "windows8-search";
|
| #if defined(OS_WIN) && defined(USE_AURA)
|
| // Requests that Chrome connect to the running Metro viewer process.
|
| const char kViewerConnect[] = "viewer-connect";
|
| +
|
| +// Requests that Chrome launch the Metro viewer process via the given appid
|
| +// (which is assumed to be registered as default browser) and synchronously
|
| +// connect to it.
|
| +const char kViewerLaunchViaAppId[] = "viewer-launch-via-appid";
|
| #endif
|
|
|
| #ifndef NDEBUG
|
|
|