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

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

Issue 8799006: Replace the Slideshow with the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 9
10 namespace switches { 10 namespace switches {
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 1195
1196 // URL of the html page for Screen Saver. 1196 // URL of the html page for Screen Saver.
1197 const char kScreenSaverUrl[] = "screen-saver-url"; 1197 const char kScreenSaverUrl[] = "screen-saver-url";
1198 1198
1199 // Triggers ChromeOS system log compression during feedback submit. 1199 // Triggers ChromeOS system log compression during feedback submit.
1200 const char kCompressSystemFeedback[] = "compress-sys-feedback"; 1200 const char kCompressSystemFeedback[] = "compress-sys-feedback";
1201 1201
1202 // Enables overriding the path for the default authentication extension. 1202 // Enables overriding the path for the default authentication extension.
1203 const char kAuthExtensionPath[] = "auth-ext-path"; 1203 const char kAuthExtensionPath[] = "auth-ext-path";
1204 1204
1205 // Enables photo editor in file manager.
1206 const char kEnablePhotoEditor[] = "enable-photo-editor";
1207
1208 #ifndef NDEBUG 1205 #ifndef NDEBUG
1209 // Skips all other OOBE pages after user login. 1206 // Skips all other OOBE pages after user login.
1210 const char kOobeSkipPostLogin[] = "oobe-skip-postlogin"; 1207 const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
1211 #endif // NDEBUG 1208 #endif // NDEBUG
1212 #endif // OS_CHROMEOS 1209 #endif // OS_CHROMEOS
1213 1210
1214 #if defined(OS_POSIX) 1211 #if defined(OS_POSIX)
1215 // A flag, generated internally by Chrome for renderer and other helper process 1212 // A flag, generated internally by Chrome for renderer and other helper process
1216 // command lines on Linux and Mac. It tells the helper process to enable crash 1213 // command lines on Linux and Mac. It tells the helper process to enable crash
1217 // dumping and reporting, because helpers cannot access the profile or other 1214 // dumping and reporting, because helpers cannot access the profile or other
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 1301
1305 // ----------------------------------------------------------------------------- 1302 // -----------------------------------------------------------------------------
1306 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1303 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1307 // 1304 //
1308 // You were going to just dump your switches here, weren't you? Instead, please 1305 // You were going to just dump your switches here, weren't you? Instead, please
1309 // put them in alphabetical order above, or in order inside the appropriate 1306 // put them in alphabetical order above, or in order inside the appropriate
1310 // ifdef at the bottom. The order should match the header. 1307 // ifdef at the bottom. The order should match the header.
1311 // ----------------------------------------------------------------------------- 1308 // -----------------------------------------------------------------------------
1312 1309
1313 } // namespace switches 1310 } // namespace switches
OLDNEW
« chrome/browser/resources/file_manager/js/file_manager.js ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698