Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: extensions/common/switches.cc

Issue 1290013003: This patch removes all files, directories, flags, and code related to SurfaceWorker, which is now d… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more deletion. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698