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

Side by Side Diff: content/public/common/content_switches.cc

Issue 23769009: Removes the --enable-new-media-internals flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unused files from old-media-internals Created 7 years, 3 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 unified diff | Download patch
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/test/webui_resource_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/common/content_switches.h" 5 #include "content/public/common/content_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // By default, file:// URIs cannot read other file:// URIs. This is an 9 // By default, file:// URIs cannot read other file:// URIs. This is an
10 // override for developers who need the old behavior for testing. 10 // override for developers who need the old behavior for testing.
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 const char kEnableLogging[] = "enable-logging"; 427 const char kEnableLogging[] = "enable-logging";
428 428
429 // Enables the memory benchmarking extension 429 // Enables the memory benchmarking extension
430 const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking"; 430 const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
431 431
432 // On Windows, converts the page to the currently-installed monitor profile. 432 // On Windows, converts the page to the currently-installed monitor profile.
433 // This does NOT enable color management for images. The source is still 433 // This does NOT enable color management for images. The source is still
434 // assumed to be sRGB. 434 // assumed to be sRGB.
435 const char kEnableMonitorProfile[] = "enable-monitor-profile"; 435 const char kEnableMonitorProfile[] = "enable-monitor-profile";
436 436
437 // Enables the new chrome://media-internals page.
438 // http://crbug.com/260005
439 const char kEnableNewMediaInternals[] = "enable-new-media-internals";
440
441 // Enables use of cache if offline, even if it's stale 437 // Enables use of cache if offline, even if it's stale
442 const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access"; 438 const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access";
443 439
444 // Enables overlay scrollbars on Aura or Linux. Does nothing on Mac. 440 // Enables overlay scrollbars on Aura or Linux. Does nothing on Mac.
445 const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars"; 441 const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars";
446 442
447 // Forward overscroll event data from the renderer to the browser. 443 // Forward overscroll event data from the renderer to the browser.
448 const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; 444 const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications";
449 445
450 // Enables compositor-accelerated touch-screen pinch gestures. 446 // Enables compositor-accelerated touch-screen pinch gestures.
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 #endif 953 #endif
958 954
959 #if defined(USE_AURA) 955 #if defined(USE_AURA)
960 // Forces usage of the test compositor. Needed to run ui tests on bots. 956 // Forces usage of the test compositor. Needed to run ui tests on bots.
961 extern const char kTestCompositor[] = "test-compositor"; 957 extern const char kTestCompositor[] = "test-compositor";
962 #endif 958 #endif
963 959
964 // Don't dump stuff here, follow the same order as the header. 960 // Don't dump stuff here, follow the same order as the header.
965 961
966 } // namespace switches 962 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/test/webui_resource_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698