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

Unified Diff: chrome/browser/mac/obsolete_system.h

Issue 663223002: Flip 32-bit warning string to let users know it’s the end of the line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/obsolete_system.h
diff --git a/chrome/browser/mac/obsolete_system.h b/chrome/browser/mac/obsolete_system.h
index d0bb8e54ce00c184458dbc77417baddb412c8699..c372770f1f1557bbdceedd41e50c2a47b686685f 100644
--- a/chrome/browser/mac/obsolete_system.h
+++ b/chrome/browser/mac/obsolete_system.h
@@ -45,9 +45,7 @@ class ObsoleteSystemMac {
// true if this is the final release that will run on 32-bit-only systems.
static bool Is32BitEndOfTheLine() {
- // TODO(mark): Change to true immediately prior to the final build that
- // supports 32-bit-only systems.
- return false;
+ return true;
}
private:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698