Home | History | Annotate | Download | only in google

Lines Matching full:update

31 // The registry location of the Google Update policies.
33 L"SOFTWARE\\Policies\\Google\\Update";
35 const wchar_t kGUPolicyAppValuePrefix[] = L"Update";
57 // Check if the currently running instance can be updated by Google Update.
78 LOG(ERROR) << L"Google Update cannot update Chrome installed in a "
137 // reports from google Update. It keeps track of the progress as Google Update
138 // notifies us and ends the message loop we are spinning in once Google Update
155 // Notifications from Google Update:
213 // Returns the results of the update operation.
222 // Returns which version Google Update found on the server (if a more
230 // The status/result of the Google Update operation.
233 // The version string Google Update found.
304 // The Update operation needs Admin privileges for writing
331 hr = on_demand->Update(app_guid.c_str(), job_observer);
337 // We need to spin the message loop while Google Update is running so that it
339 // will terminate once Google Update sends us the completion status
373 NOTREACHED() << "Communication with Google Update failed: " << hr