Commit 058dd155 authored by tnagel@chromium.org's avatar tnagel@chromium.org

Fix typo in comment.

BUG=none

Review URL: https://codereview.chromium.org/449043003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288112 0039d316-1c4b-4281-b951-d872f2087c98
parent 79407372
...@@ -245,7 +245,7 @@ class GoogleUpdateSettings { ...@@ -245,7 +245,7 @@ class GoogleUpdateSettings {
// Returns true if the app indicated by |app_guid| should be updated // Returns true if the app indicated by |app_guid| should be updated
// automatically by Google Update based on current autoupdate settings. This // automatically by Google Update based on current autoupdate settings. This
// is distinct from GetApUpdatePolicy which checks only a subset of things // is distinct from GetAppUpdatePolicy which checks only a subset of things
// that can cause an app not to update. // that can cause an app not to update.
static bool AreAutoupdatesEnabled(const base::string16& app_guid); static bool AreAutoupdatesEnabled(const base::string16& app_guid);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment