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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 374803003: Video Player: Add a flag to support chromecast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | 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 "chromeos/chromeos_switches.h" 5 #include "chromeos/chromeos_switches.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 namespace switches { 8 namespace switches {
9 9
10 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 122
123 // Don't create robot account on enrollment. Used when testing device 123 // Don't create robot account on enrollment. Used when testing device
124 // enrollment against YAPS or the Python test server. 124 // enrollment against YAPS or the Python test server.
125 const char kEnterpriseEnrollmentSkipRobotAuth[] = 125 const char kEnterpriseEnrollmentSkipRobotAuth[] =
126 "enterprise-enrollment-skip-robot-auth"; 126 "enterprise-enrollment-skip-robot-auth";
127 127
128 // Enables the new gallery in the Files.app. 128 // Enables the new gallery in the Files.app.
129 const char kFileManagerEnableNewGallery[] = 129 const char kFileManagerEnableNewGallery[] =
130 "file-manager-enable-new-gallery"; 130 "file-manager-enable-new-gallery";
131 131
132 // Enables the chromecast support for video player app.
133 const char kEnableVideoPlayerChromecastSupport[] =
134 "enable-video-player-chromecast-support";
135
132 // Passed to Chrome the first time that it's run after the system boots. 136 // Passed to Chrome the first time that it's run after the system boots.
133 // Not passed on restart after sign out. 137 // Not passed on restart after sign out.
134 const char kFirstExecAfterBoot[] = "first-exec-after-boot"; 138 const char kFirstExecAfterBoot[] = "first-exec-after-boot";
135 139
136 // Usually in browser tests the usual login manager bringup is skipped so that 140 // Usually in browser tests the usual login manager bringup is skipped so that
137 // tests can change how it's brought up. This flag disables that. 141 // tests can change how it's brought up. This flag disables that.
138 const char kForceLoginManagerInTests[] = "force-login-manager-in-tests"; 142 const char kForceLoginManagerInTests[] = "force-login-manager-in-tests";
139 143
140 // Indicates that the browser is in "browse without sign-in" (Guest session) 144 // Indicates that the browser is in "browse without sign-in" (Guest session)
141 // mode. Should completely disable extensions, sync and bookmarks. 145 // mode. Should completely disable extensions, sync and bookmarks.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 232 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
229 233
230 // Forces first-run UI to be shown for every login. 234 // Forces first-run UI to be shown for every login.
231 const char kForceFirstRunUI[] = "force-first-run-ui"; 235 const char kForceFirstRunUI[] = "force-first-run-ui";
232 236
233 // Enables testing for auto update UI. 237 // Enables testing for auto update UI.
234 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 238 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
235 239
236 } // namespace switches 240 } // namespace switches
237 } // namespace chromeos 241 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698