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

Unified Diff: chrome/browser/first_run.cc

Issue 113978: linux: remove the word "Alpha" from all UI. (Closed)
Patch Set: more grammar Created 11 years, 7 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/browser/first_run_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run.cc
diff --git a/chrome/browser/first_run.cc b/chrome/browser/first_run.cc
index 540aa618e07dbcbe113010a1faeae207006fc1a8..f0b0f746c3903a5927d81f88a14183f2a42b2ba0 100644
--- a/chrome/browser/first_run.cc
+++ b/chrome/browser/first_run.cc
@@ -25,7 +25,7 @@ const char kSentinelFile[] = "First Run";
// On other platforms de intentionally use a different file name, so
// when the remainder of this file is implemented, we can switch to
// the proper file name and users will get the first run interface again.
-const char kSentinelFile[] = "First Run Alpha";
+const char kSentinelFile[] = "First Run Dev";
#endif
// Gives the full path to the sentinel file. The file might not exist.
@@ -43,7 +43,7 @@ bool GetFirstRunSentinelFilePath(FilePath* path) {
return false;
}
#else
- // TODO(port): logic as above. Not important for our "First Run Alpha" file.
+ // TODO(port): logic as above. Not important for our "First Run Dev" file.
if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel))
return false;
#endif
« no previous file with comments | « no previous file | chrome/browser/first_run_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698