diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 19:37:34 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 19:37:34 +0000 |
commit | bf6384fd33588a3cf1e7780bcb6f76c305342a13 (patch) | |
tree | 4a0d1ce01d0820df3e580793fc24c8b8f07b328e | |
parent | 7f8d21b4fc4484abf533b8da9fc9b99a6d0c73de (diff) | |
download | chromium_src-bf6384fd33588a3cf1e7780bcb6f76c305342a13.zip chromium_src-bf6384fd33588a3cf1e7780bcb6f76c305342a13.tar.gz chromium_src-bf6384fd33588a3cf1e7780bcb6f76c305342a13.tar.bz2 |
Delete unreferenced chrome switches.
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/3744011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62960 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/chrome_switches.cc | 31 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 9 |
2 files changed, 0 insertions, 40 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 462ff5d..daaf549 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -47,19 +47,12 @@ const char kApp[] = "app"; // according to its configuration. const char kAppId[] = "app-id"; -// Lacks meaning with out kApp. Causes the specified app to be launched in an -// panel window. -const char kAppLaunchAsPanel[] = "app-launch-as-panel"; - // The URL to use for the gallery link in the app launcher. const char kAppsGalleryURL[] = "apps-gallery-url"; // Disable throbber for extension apps. const char kAppsNoThrob[] = "apps-no-throb"; -// Whether to display the "Debug" link for app launch behavior. -const char kAppsDebug[] = "apps-debug"; - // Whitelist of servers that Negotiate will generate delegated Kerberos tickets // for. const char kAuthNegotiateDelegateWhitelist[] = @@ -304,21 +297,12 @@ const char kDisableSyncBookmarks[] = "disable-sync-bookmarks"; // Disable syncing of extensions. const char kDisableSyncExtensions[] = "disable-sync-extensions"; -// Disable syncing of passwords. -const char kDisableSyncPasswords[] = "disable-sync-passwords"; - // Disable syncing of preferences. const char kDisableSyncPreferences[] = "disable-sync-preferences"; -// Disable syncing of sessions. -const char kDisableSyncSessions[] = "disable-sync-sessions"; - // Disable syncing of themes. const char kDisableSyncThemes[] = "disable-sync-themes"; -// Disable syncing of typed urls. -const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls"; - // TabCloseableStateWatcher disallows closing of tabs and browsers under certain // situations on ChromeOS. Some tests expect tabs or browsers to close, so we // need a switch to disable the watcher. @@ -500,30 +484,15 @@ const char kEnableStatsTable[] = "enable-stats-table"; // Enable syncing browser data to a Google Account. const char kEnableSync[] = "enable-sync"; -// Enable syncing browser apps. -const char kEnableSyncApps[] = "enable-sync-apps"; - // Enable syncing browser autofill. const char kEnableSyncAutofill[] = "enable-sync-autofill"; -// Enable syncing browser bookmarks. -const char kEnableSyncBookmarks[] = "enable-sync-bookmarks"; - -// Enable syncing browser extensions. -const char kEnableSyncExtensions[] = "enable-sync-extensions"; - // Enable syncing browser passwords. const char kEnableSyncPasswords[] = "enable-sync-passwords"; -// Enable syncing browser preferences. -const char kEnableSyncPreferences[] = "enable-sync-preferences"; - // Enable syncing browser sessions. const char kEnableSyncSessions[] = "enable-sync-sessions"; -// Enable syncing browser themes. -const char kEnableSyncThemes[] = "enable-sync-themes"; - // Enable syncing browser typed urls. const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index a95b9f5..793a37f 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -28,8 +28,6 @@ extern const char kAllowScriptingGallery[]; extern const char kAlwaysEnableDevTools[]; extern const char kApp[]; extern const char kAppId[]; -extern const char kAppLaunchAsPanel[]; -extern const char kAppsDebug[]; extern const char kAppsGalleryURL[]; extern const char kAppsNoThrob[]; extern const char kAuthNegotiateDelegateWhitelist[]; @@ -99,11 +97,8 @@ extern const char kDisableSyncApps[]; extern const char kDisableSyncAutofill[]; extern const char kDisableSyncBookmarks[]; extern const char kDisableSyncExtensions[]; -extern const char kDisableSyncPasswords[]; extern const char kDisableSyncPreferences[]; extern const char kDisableSyncThemes[]; -extern const char kDisableSyncTypedUrls[]; -extern const char kDisableSyncSessions[]; extern const char kDisableTabCloseableStateWatcher[]; extern const char kDisableTranslate[]; extern const char kDisableWebResources[]; @@ -153,14 +148,10 @@ extern const char kEnableSecureInfoBars[]; extern const char kEnableSnapStart[]; extern const char kEnableStatsTable[]; extern const char kEnableSync[]; -extern const char kEnableSyncApps[]; extern const char kEnableSyncAutofill[]; -extern const char kEnableSyncBookmarks[]; -extern const char kEnableSyncExtensions[]; extern const char kEnableSyncPasswords[]; extern const char kEnableSyncPreferences[]; extern const char kEnableSyncSessions[]; -extern const char kEnableSyncThemes[]; extern const char kEnableSyncTypedUrls[]; extern const char kEnableTabbedOptions[]; extern const char kEnableTopSites[]; |