diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 20:51:39 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 20:51:39 +0000 |
commit | d06ba124e97dcbc35e1aaa8d833baf28a19a3f87 (patch) | |
tree | af85161a6f425eed1a433932e4759388d254bc35 /chrome/chrome_browser.gypi | |
parent | ddca43e439d750777418b0366dc4dd17cc36b0a9 (diff) | |
download | chromium_src-d06ba124e97dcbc35e1aaa8d833baf28a19a3f87.zip chromium_src-d06ba124e97dcbc35e1aaa8d833baf28a19a3f87.tar.gz chromium_src-d06ba124e97dcbc35e1aaa8d833baf28a19a3f87.tar.bz2 |
Activate the VariationsService for ChromeOS and ensure that it does not ping the server until the EULA is accepted.
We accomplish this by adding an OnEulaAccepted method to the WizardControllerObserver and have the VariationsService be notified on that method when the EULA is accepted.
BUG=146865
TEST=Start CrOS on a new machine and ensure that, with a network connection, no requests are made to the variations server before the EULA is accepted. As soon as the EULA is accepted, ensure that a request is made. Also ensure that a request is made each time at startup after the first time the EULA is accepted.
Review URL: https://chromiumcodereview.appspot.com/10917120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index b317b80..89aeeb2 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1028,6 +1028,8 @@ 'browser/metrics/tracking_synchronizer.cc', 'browser/metrics/tracking_synchronizer.h', 'browser/metrics/tracking_synchronizer_observer.h', + 'browser/metrics/variations/resource_request_allowed_notifier.cc', + 'browser/metrics/variations/resource_request_allowed_notifier.h', 'browser/metrics/variations/variations_service.cc', 'browser/metrics/variations/variations_service.h', 'browser/native_window_notification_source.h', |