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

Unified Diff: chrome/common/chrome_constants.cc

Issue 242025: Cleaning up after the initial Chrome Frame commit. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
===================================================================
--- chrome/common/chrome_constants.cc (revision 27181)
+++ chrome/common/chrome_constants.cc (working copy)
@@ -43,9 +43,9 @@
PRODUCT_STRING L".app/Contents/Resources/"
PRODUCT_STRING L" Helper.app/Contents/MacOS/" PRODUCT_STRING L" Helper";
#endif // OS_*
-#if defined(CHROME_EXP_BUILD)
-const wchar_t kBrowserAppName[] = L"ChromeExp";
-const char kStatsFilename[] = "ChromeExpStats2";
+#if defined(CHROME_FRAME_BUILD)
+const wchar_t kBrowserAppName[] = L"ChromeFrame";
+const char kStatsFilename[] = "ChromeFrameStats2";
#elif defined(GOOGLE_CHROME_BUILD)
const wchar_t kBrowserAppName[] = L"Chrome";
const char kStatsFilename[] = "ChromeStats2";
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698