| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index d160d0005bb9d098ff055bc6b7cd72413e82f1f3..d9bd2b3a66e209f90e196ff83510458e2708a6ef 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -20,9 +20,6 @@ const char kAllowLegacyExtensionManifests[] =
|
| // a new tab.
|
| const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
|
|
|
| -// Enables the SurfaceWorker experiment.
|
| -const char kSurfaceWorker[] = "surface-worker";
|
| -
|
| // 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.
|
| @@ -36,9 +33,6 @@ const char kEnableAppWindowControls[] = "enable-app-window-controls";
|
| const char kEnableEmbeddedExtensionOptions[] =
|
| "enable-embedded-extension-options";
|
|
|
| -// Enables the experimental feature SurfaceWorker.
|
| -const char kEnableSurfaceWorker[] = "enable-surface-worker";
|
| -
|
| // Enables extension APIs that are in development.
|
| const char kEnableExperimentalExtensionApis[] =
|
| "enable-experimental-extension-apis";
|
|
|