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

Unified Diff: chrome/app/chrome_exe_main_gtk.cc

Issue 4451001: chrome_exe_main: name os-specific files according to naming pattern (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month 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 | « chrome/app/chrome_dll_main.cc ('k') | chrome/app/chrome_exe_main_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_exe_main_gtk.cc
diff --git a/chrome/app/chrome_exe_main_gtk.cc b/chrome/app/chrome_exe_main_gtk.cc
index f7f8485d58d6e274ddb6a36bccbd6ee1139e6219..35764af33521cfaa69d868767ada7657fe1448a5 100644
--- a/chrome/app/chrome_exe_main_gtk.cc
+++ b/chrome/app/chrome_exe_main_gtk.cc
@@ -12,9 +12,9 @@
// order to make it easy to update the app from GoogleUpdate. We don't need
// that extra layer with on linux.
//
-// TODO(tc): This is similar to chrome_exe_main.mm. After it's more clear what
-// needs to go here, we should evaluate whether or not to merge this file with
-// chrome_exe_main.mm.
+// TODO(tc): This is similar to chrome_exe_main_mac.mm. After it's
+// more clear what needs to go here, we should evaluate whether or not
+// to merge this file with chrome_exe_main_mac.mm.
extern "C" {
int ChromeMain(int argc, const char** argv);
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/app/chrome_exe_main_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698