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

Unified Diff: content/public/common/content_switches.cc

Issue 16362004: Move a BrowserContextKeyedService-specific switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 8932e19d11fe02d28fecf1051ffe5b277e431f97..008d0682ad0010e850f5ac79c5b06ff6b9c6c818 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -810,12 +810,6 @@ const char kDisableSoftwareRasterizer[] = "disable-software-rasterizer";
extern const char kTestCompositor[] = "test-compositor";
#endif
-#ifndef NDEBUG
-// Dumps dependency information about our browser context keyed services
-// into a dot file in the browser context directory.
-const char kDumpBrowserContextDependencyGraph[] = "dump-browser-context-graph";
-#endif
-
// Sets the tile size used by composited layers.
const char kDefaultTileWidth[] = "default-tile-width";
const char kDefaultTileHeight[] = "default-tile-height";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698