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

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

Issue 2270083002: Added in switches for the Mac Installer to send preferences to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cl5_review
Patch Set: Created 4 years, 4 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
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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 extern const char kDisableHostedAppsInWindows[]; 335 extern const char kDisableHostedAppsInWindows[];
336 extern const char kDisableMacViewsNativeAppWindows[]; 336 extern const char kDisableMacViewsNativeAppWindows[];
337 extern const char kDisableTranslateNewUX[]; 337 extern const char kDisableTranslateNewUX[];
338 extern const char kEnableAppInfoDialogMac[]; 338 extern const char kEnableAppInfoDialogMac[];
339 extern const char kEnableAppWindowCycling[]; 339 extern const char kEnableAppWindowCycling[];
340 extern const char kEnableFullscreenTabDetaching[]; 340 extern const char kEnableFullscreenTabDetaching[];
341 extern const char kEnableFullscreenToolbarReveal[]; 341 extern const char kEnableFullscreenToolbarReveal[];
342 extern const char kEnableHostedAppsInWindows[]; 342 extern const char kEnableHostedAppsInWindows[];
343 extern const char kEnableMacViewsNativeAppWindows[]; 343 extern const char kEnableMacViewsNativeAppWindows[];
344 extern const char kEnableTranslateNewUX[]; 344 extern const char kEnableTranslateNewUX[];
345 extern const char kEnableUserMetrics[];
345 extern const char kHostedAppQuitNotification[]; 346 extern const char kHostedAppQuitNotification[];
346 extern const char kMetricsClientID[]; 347 extern const char kMetricsClientID[];
347 extern const char kRelauncherProcess[]; 348 extern const char kRelauncherProcess[];
348 extern const char kRelauncherProcessDMGDevice[]; 349 extern const char kRelauncherProcessDMGDevice[];
350 extern const char kSetDefaultBrowser[];
349 #endif // defined(OS_MACOSX) 351 #endif // defined(OS_MACOSX)
350 352
351 #if defined(OS_WIN) 353 #if defined(OS_WIN)
352 extern const char kDisablePerMonitorDpi[]; 354 extern const char kDisablePerMonitorDpi[];
353 extern const char kEnableCloudPrintXps[]; 355 extern const char kEnableCloudPrintXps[];
354 extern const char kEnablePerMonitorDpi[]; 356 extern const char kEnablePerMonitorDpi[];
355 extern const char kEnableProfileShortcutManager[]; 357 extern const char kEnableProfileShortcutManager[];
356 extern const char kHideIcons[]; 358 extern const char kHideIcons[];
357 extern const char kNoNetworkProfileWarning[]; 359 extern const char kNoNetworkProfileWarning[];
358 extern const char kPrefetchArgumentBrowserBackground[]; 360 extern const char kPrefetchArgumentBrowserBackground[];
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 #if defined(OS_CHROMEOS) 395 #if defined(OS_CHROMEOS)
394 bool PowerOverlayEnabled(); 396 bool PowerOverlayEnabled();
395 #endif 397 #endif
396 398
397 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 399 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
398 // alphabetical order, or in one of the ifdefs (also in order in each section). 400 // alphabetical order, or in one of the ifdefs (also in order in each section).
399 401
400 } // namespace switches 402 } // namespace switches
401 403
402 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 404 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698