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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Nits Created 4 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 unified diff | Download patch
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 "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "ppapi/features/features.h" 10 #include "ppapi/features/features.h"
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting"; 443 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting";
444 444
445 // Enables fanciful thumbnail processing. Used with NTP for 445 // Enables fanciful thumbnail processing. Used with NTP for
446 // instant-extended-api, where thumbnails are generally smaller. 446 // instant-extended-api, where thumbnails are generally smaller.
447 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; 447 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting";
448 448
449 // Enables Alternate-Protocol when the port is user controlled (> 1024). 449 // Enables Alternate-Protocol when the port is user controlled (> 1024).
450 const char kEnableUserAlternateProtocolPorts[] = 450 const char kEnableUserAlternateProtocolPorts[] =
451 "enable-user-controlled-alternate-protocol-ports"; 451 "enable-user-controlled-alternate-protocol-ports";
452 452
453 // Enables a new "web app" style frame for hosted apps (including bookmark
454 // apps).
455 const char kEnableWebAppFrame[] = "enable-web-app-frame";
456
457 // Enables Web Notification custom layouts. 453 // Enables Web Notification custom layouts.
458 const char kEnableWebNotificationCustomLayouts[] = 454 const char kEnableWebNotificationCustomLayouts[] =
459 "enable-web-notification-custom-layouts"; 455 "enable-web-notification-custom-layouts";
460 456
461 // If the WebRTC logging private API is active, enables WebRTC event logging. 457 // If the WebRTC logging private API is active, enables WebRTC event logging.
462 const char kEnableWebRtcEventLoggingFromExtension[] = 458 const char kEnableWebRtcEventLoggingFromExtension[] =
463 "enable-webrtc-event-logging-from-extension"; 459 "enable-webrtc-event-logging-from-extension";
464 460
465 // Name of the command line flag to force content verification to be on in one 461 // Name of the command line flag to force content verification to be on in one
466 // of various modes. 462 // of various modes.
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 1232
1237 // ----------------------------------------------------------------------------- 1233 // -----------------------------------------------------------------------------
1238 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1234 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1239 // 1235 //
1240 // You were going to just dump your switches here, weren't you? Instead, please 1236 // You were going to just dump your switches here, weren't you? Instead, please
1241 // put them in alphabetical order above, or in order inside the appropriate 1237 // put them in alphabetical order above, or in order inside the appropriate
1242 // ifdef at the bottom. The order should match the header. 1238 // ifdef at the bottom. The order should match the header.
1243 // ----------------------------------------------------------------------------- 1239 // -----------------------------------------------------------------------------
1244 1240
1245 } // namespace switches 1241 } // namespace switches
OLDNEW
« chrome/browser/ui/browser.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698