summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2016-03-18 10:05:10 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 17:06:23 +0000
commit2d38b38473ef8051f6e1f0ac46cb769f475ab18b (patch)
treeaf69f3c5f1f05f2f76bd8dcdb204a1cb94c9041e
parent99488c0d6810c8b3ab1855e3425ccc16cc30c5e4 (diff)
downloadchromium_src-2d38b38473ef8051f6e1f0ac46cb769f475ab18b.zip
chromium_src-2d38b38473ef8051f6e1f0ac46cb769f475ab18b.tar.gz
chromium_src-2d38b38473ef8051f6e1f0ac46cb769f475ab18b.tar.bz2
Remove extern of kChromeMetroDll
The definition is already gone, looks like the declaration just got missed. R=gab@chromium.org BUG=558054 Review URL: https://codereview.chromium.org/1811963003 Cr-Commit-Position: refs/heads/master@{#381995}
-rw-r--r--chrome/installer/util/util_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index b83be73..ace182f 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -199,7 +199,6 @@ extern const wchar_t kChromeFrameHelperDll[];
extern const wchar_t kChromeFrameHelperExe[];
extern const wchar_t kChromeFrameHelperWndClass[];
extern const wchar_t kChromeLauncherExe[];
-extern const wchar_t kChromeMetroDll[];
extern const wchar_t kChromeNewExe[];
extern const wchar_t kChromeOldExe[];
extern const wchar_t kCmdOnOsUpgrade[];