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

Unified Diff: chrome/browser/about_flags.cc

Issue 820513002: Renamed WorkerFrame to SurfaceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 6 years 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 407bbaf739e7cae213075378b6313e2f9e5cb6c4..450f8314452890433b9231eddb830caf3c4e1af2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1438,11 +1438,11 @@ const Experiment kExperiments[] = {
#endif
#if defined(ENABLE_EXTENSIONS)
{
- "enable-worker-frame",
- IDS_FLAGS_ENABLE_WORKER_FRAME_NAME,
- IDS_FLAGS_ENABLE_WORKER_FRAME_DESCRIPTION,
+ "enable-surface-worker",
+ IDS_FLAGS_ENABLE_SURFACE_WORKER_NAME,
+ IDS_FLAGS_ENABLE_SURFACE_WORKER_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(extensions::switches::kEnableWorkerFrame)
+ SINGLE_VALUE_TYPE(extensions::switches::kEnableSurfaceWorker)
},
#endif
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698