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

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

Issue 660349: First cut at custom user style sheets. (Closed)
Patch Set: compile Created 10 years, 9 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 // Enable syncing browser preferences. 294 // Enable syncing browser preferences.
295 const char kEnableSyncPreferences[] = "enable-sync-preferences"; 295 const char kEnableSyncPreferences[] = "enable-sync-preferences";
296 296
297 // Enable the tabbed bookmark manager 297 // Enable the tabbed bookmark manager
298 const char kEnableTabbedBookmarkManager[] = "enable-tabbed-bookmark-manager"; 298 const char kEnableTabbedBookmarkManager[] = "enable-tabbed-bookmark-manager";
299 299
300 // Whether the multiple profiles feature based on the user-data-dir flag is 300 // Whether the multiple profiles feature based on the user-data-dir flag is
301 // enabled or not. 301 // enabled or not.
302 const char kEnableUserDataDirProfiles[] = "enable-udd-profiles"; 302 const char kEnableUserDataDirProfiles[] = "enable-udd-profiles";
303 303
304 // Enable user style sheet (read from User Style Sheet in the profile dir).
305 const char kEnableUserStyleSheet[] = "enable-user-stylesheet";
306
304 // Enables the option to show tabs as a vertical stack down the side of the 307 // Enables the option to show tabs as a vertical stack down the side of the
305 // browser window. 308 // browser window.
306 const char kEnableVerticalTabs[] = "enable-vertical-tabs"; 309 const char kEnableVerticalTabs[] = "enable-vertical-tabs";
307 310
308 // Enables video layering where video is rendered as a separate layer outside 311 // Enables video layering where video is rendered as a separate layer outside
309 // of the backing store. 312 // of the backing store.
310 const char kEnableVideoLayering[] = "enable-video-layering"; 313 const char kEnableVideoLayering[] = "enable-video-layering";
311 314
312 // Spawn threads to watch for excessive delays in specified message loops. 315 // Spawn threads to watch for excessive delays in specified message loops.
313 // User should set breakpoints on Alarm() to examine problematic thread. 316 // User should set breakpoints on Alarm() to examine problematic thread.
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 835
833 // ----------------------------------------------------------------------------- 836 // -----------------------------------------------------------------------------
834 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 837 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
835 // 838 //
836 // You were going to just dump your switches here, weren't you? Instead, 839 // You were going to just dump your switches here, weren't you? Instead,
837 // please put them in alphabetical order above, or in order inside the 840 // please put them in alphabetical order above, or in order inside the
838 // appropriate ifdef at the bottom. The order should match the header. 841 // appropriate ifdef at the bottom. The order should match the header.
839 // ----------------------------------------------------------------------------- 842 // -----------------------------------------------------------------------------
840 843
841 } // namespace switches 844 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698