| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 5c44c843c7a52bb8847a7eef5b44e6714696d432..d9eba9ebc163e7361c5abd57e02df58323785fe6 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -62,6 +62,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";
|
|
|