summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/command_line_pref_store.cc
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 08:14:49 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 08:14:49 +0000
commite1619ee0211a743d7896157c94d73fd33ca3d9ae (patch)
tree6083f392f64b73ef3c32dc310249093a974a47d0 /chrome/browser/prefs/command_line_pref_store.cc
parent2f3cf600432fd7e35d19ccdc81dd706dd55566d3 (diff)
downloadchromium_src-e1619ee0211a743d7896157c94d73fd33ca3d9ae.zip
chromium_src-e1619ee0211a743d7896157c94d73fd33ca3d9ae.tar.gz
chromium_src-e1619ee0211a743d7896157c94d73fd33ca3d9ae.tar.bz2
drive: Rename prefs::kDisableGData* to prefs::kDisableDrive*
prefs::kDisableGData* were misnomers as these were to control Google Drive integration. Note that we cannot change the preference names themselves like "gdata.disabled" to "drive.disabled", as it'll break backward compatibility with existing preferences. This patch is just to rename variable names for code hygiene. BUG=157089 TEST=compiles Review URL: https://codereview.chromium.org/11229031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.cc')
-rw-r--r--chrome/browser/prefs/command_line_pref_store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
index 5d36fe6..1225dad 100644
--- a/chrome/browser/prefs/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_pref_store.cc
@@ -60,7 +60,7 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
{ switches::kEnablePrintPreview, prefs::kPrintPreviewDisabled, false },
#endif
#if defined(OS_CHROMEOS)
- { switches::kDisableDrive, prefs::kDisableGData, true },
+ { switches::kDisableDrive, prefs::kDisableDrive, true },
{ switches::kEnableTouchpadThreeFingerClick,
prefs::kEnableTouchpadThreeFingerClick, true },
#endif