diff --git a/docs/BUILDING.md b/docs/BUILDING.md index c0b4a8e5..96d87426 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -113,7 +113,7 @@ things like LLVM and a Debian Sysroot.: $ gclient runhooks ``` -*Optional*: You can also [build with API +*Optional:* You can also [build with API keys](https://www.chromium.org/developers/how-tos/api-keys) if you want your build to talk to some Google services like Google Sync, Translate, and GeoLocation.   Thorium has its own keys in a private repository, if you are a builder or would like access to them, contact me. Otherwise, for personal or development builds, you can create your own keys and add yourself to [google-browser-signin-testaccounts](https://groups.google.com/u/1/a/chromium.org/g/google-browser-signin-testaccounts) diff --git a/docs/BUILDING_MAC.md b/docs/BUILDING_MAC.md index c6a6430d..1698f5cd 100644 --- a/docs/BUILDING_MAC.md +++ b/docs/BUILDING_MAC.md @@ -91,10 +91,11 @@ assume you have switched to the `src` directory: $ cd src ``` -*Optional*: You can also [install API +*Optional:* You can also [build with API keys](https://www.chromium.org/developers/how-tos/api-keys) if you want your -build to talk to some Google services, but this is not necessary for most -development and testing purposes. +build to talk to some Google services like Google Sync, Translate, and GeoLocation.   Thorium has its own keys in a private repository, if you are a builder or would like access to them, contact me. Otherwise, for personal or development builds, +you can create your own keys and add yourself to [google-browser-signin-testaccounts](https://groups.google.com/u/1/a/chromium.org/g/google-browser-signin-testaccounts) +to enable Sync. ## Setting up the build diff --git a/docs/BUILDING_WIN.md b/docs/BUILDING_WIN.md index 716aadbd..468088ad 100644 --- a/docs/BUILDING_WIN.md +++ b/docs/BUILDING_WIN.md @@ -153,7 +153,7 @@ assume you have switched to this directory (i.e. *C:\src\chromium\src*): cd src ``` -*Optional*: You can also [build with API +*Optional:* You can also [build with API keys](https://www.chromium.org/developers/how-tos/api-keys) if you want your build to talk to some Google services like Google Sync, Translate, and GeoLocation.   Thorium has its own keys in a private repository, if you are a builder or would like access to them, contact me. Otherwise, for personal or development builds, you can create your own keys and add yourself to [google-browser-signin-testaccounts](https://groups.google.com/u/1/a/chromium.org/g/google-browser-signin-testaccounts) diff --git a/src/chrome/browser/profiles/profile_shortcut_manager_win.cc b/src/chrome/browser/profiles/profile_shortcut_manager_win.cc index 3675e329..9928cff1 100644 --- a/src/chrome/browser/profiles/profile_shortcut_manager_win.cc +++ b/src/chrome/browser/profiles/profile_shortcut_manager_win.cc @@ -79,7 +79,7 @@ const int kMaxProfileShortcutFileNameLength = 64; // Incrementing this number will cause profile icons to be regenerated on // profile startup (it should be incremented whenever the product/avatar icons // change, etc). -const char kBlahName[] = "11" +const char kBlahName[] = "11"; const int kCurrentProfileIconVersion = 12; bool disabled_for_unit_tests = false;