Index: google_apis/google_api_keys.h |
diff --git a/google_apis/google_api_keys.h b/google_apis/google_api_keys.h |
index fb928680c03cb1206141f487773fe5a48775de07..cd5464682d99a670531cf09c17ca4d7a463a0f93 100644 |
--- a/google_apis/google_api_keys.h |
+++ b/google_apis/google_api_keys.h |
@@ -25,11 +25,13 @@ |
// https://developers.google.com/console/. |
// |
// The keys must either be provided using preprocessor variables (set |
-// via e.g. ~/.gyp/include.gypi). Alternatively, they can be |
+// via e.g. ~/.gyp/include.gypi). Alternatively, in Chromium builds, they can be |
// overridden at runtime using environment variables of the same name. |
+// Environment variable overrides will be ignored for official Google Chrome |
+// builds. |
// |
// The names of the preprocessor variables (or environment variables |
-// to override them at runtime) are as follows: |
+// to override them at runtime in Chromium builds) are as follows: |
// - GOOGLE_API_KEY: The API key, a.k.a. developer key. |
// - GOOGLE_DEFAULT_CLIENT_ID: If set, this is used as the default for |
// all client IDs not otherwise set. This is intended only for |