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

Unified Diff: chrome/common/chrome_constants.cc

Issue 338025: Remove the Chrome Frame preprocessor define in chrome_constants.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | chrome/common/chrome_paths_internal.h » ('j') | chrome/common/chrome_paths_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
===================================================================
--- chrome/common/chrome_constants.cc (revision 30046)
+++ chrome/common/chrome_constants.cc (working copy)
@@ -50,10 +50,7 @@
const FilePath::CharType kFrameworkName[] =
FPL(PRODUCT_STRING " Framework.framework");
#endif // OS_MACOSX
-#if defined(CHROME_FRAME_BUILD)
-const wchar_t kBrowserAppName[] = L"ChromeFrame";
-const char kStatsFilename[] = "ChromeFrameStats2";
-#elif defined(GOOGLE_CHROME_BUILD)
+#if defined(GOOGLE_CHROME_BUILD)
const wchar_t kBrowserAppName[] = L"Chrome";
const char kStatsFilename[] = "ChromeStats2";
#else
« no previous file with comments | « no previous file | chrome/common/chrome_paths_internal.h » ('j') | chrome/common/chrome_paths_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698