| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 362630bdf057488efd8d729a345b38c8613ee46a..d50eb028bfd752078fa98da408f6b22d8de5fac2 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -56,6 +56,10 @@ const char kEnableMimeHandlerView[] = "enable-mime-handler-view";
|
| // Enables extensions to hide bookmarks UI elements.
|
| const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
|
|
|
| +// Allows remote assistance connection to this computer using the Chrome Remote
|
| +// Desktop app on Chrome OS.
|
| +const char kEnableRemoteAssistance[] = "enable-remote-assistance";
|
| +
|
| // Allows the ErrorConsole to collect runtime and manifest errors, and display
|
| // them in the chrome:extensions page.
|
| const char kErrorConsole[] = "error-console";
|
|
|