Index: chrome/browser/ui/webui/about_ui.cc |
diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc |
index cd9f7cf0a564ff976988119fe7335805c18def92..9704386083bdfb07b115ce04d434d85b7aa6f0d0 100644 |
--- a/chrome/browser/ui/webui/about_ui.cc |
+++ b/chrome/browser/ui/webui/about_ui.cc |
@@ -95,8 +95,11 @@ const char kMemoryJsPath[] = "memory.js"; |
const char kMemoryCssPath[] = "about_memory.css"; |
const char kStatsJsPath[] = "stats.js"; |
const char kStringsJsPath[] = "strings.js"; |
+ |
+#if defined(OS_CHROMEOS) |
// chrome://terms falls back to offline page after kOnlineTermsTimeoutSec. |
const int kOnlineTermsTimeoutSec = 7; |
+#endif // defined(OS_CHROMEOS) |
// When you type about:memory, it actually loads this intermediate URL that |
// redirects you to the final page. This avoids the problem where typing |