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

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

Issue 11048045: Allow settings dialog to be opened via the app launcher, as a packaged app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: license stanza Created 8 years, 2 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/browser/ui/extensions/shell_window.cc ('k') | chrome/common/chrome_switches.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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 extern const char kDisableSyncTabs[]; 167 extern const char kDisableSyncTabs[];
168 extern const char kEnableNpnHttpOnly[]; 168 extern const char kEnableNpnHttpOnly[];
169 extern const char kEnablePanels[]; 169 extern const char kEnablePanels[];
170 extern const char kEnablePasswordGeneration[]; 170 extern const char kEnablePasswordGeneration[];
171 extern const char kEnablePnacl[]; 171 extern const char kEnablePnacl[];
172 extern const char kEnableProfiling[]; 172 extern const char kEnableProfiling[];
173 extern const char kEnableResourceContentSettings[]; 173 extern const char kEnableResourceContentSettings[];
174 extern const char kEnableRestoreSessionState[]; 174 extern const char kEnableRestoreSessionState[];
175 extern const char kScriptBadges[]; 175 extern const char kScriptBadges[];
176 extern const char kEnableSdch[]; 176 extern const char kEnableSdch[];
177 extern const char kEnableSettingsApp[];
177 extern const char kEnableSpdy3[]; 178 extern const char kEnableSpdy3[];
178 extern const char kEnableSpdyCredentialFrames[]; 179 extern const char kEnableSpdyCredentialFrames[];
179 extern const char kEnableSpdyFlowControl[]; 180 extern const char kEnableSpdyFlowControl[];
180 extern const char kEnableStackedTabStrip[]; 181 extern const char kEnableStackedTabStrip[];
181 extern const char kEnableSuggestionsTabPage[]; 182 extern const char kEnableSuggestionsTabPage[];
182 extern const char kEnableTabGroupsContextMenu[]; 183 extern const char kEnableTabGroupsContextMenu[];
183 extern const char kEnableWatchdog[]; 184 extern const char kEnableWatchdog[];
184 extern const char kEnableWebSocketOverSpdy[]; 185 extern const char kEnableWebSocketOverSpdy[];
185 extern const char kEventPageIdleTime[]; 186 extern const char kEventPageIdleTime[];
186 extern const char kEventPageUnloadingTime[]; 187 extern const char kEventPageUnloadingTime[];
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 465
465 namespace chrome { 466 namespace chrome {
466 467
467 // Returns true if the new frameless constrained window style is enabled. 468 // Returns true if the new frameless constrained window style is enabled.
468 // TODO(sail): Remove this once the feature is fully baked. 469 // TODO(sail): Remove this once the feature is fully baked.
469 bool IsFramelessConstrainedDialogEnabled(); 470 bool IsFramelessConstrainedDialogEnabled();
470 471
471 } // namespace chrome 472 } // namespace chrome
472 473
473 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 474 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698