summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
authordzhioev@chromium.org <dzhioev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 22:40:43 +0000
committerdzhioev@chromium.org <dzhioev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 22:40:43 +0000
commitf69afe334b1a8b82b5d9a6ac471706222e6c6c1c (patch)
tree69e4a7fe7f7bf2763d0e5ee29ddff3e7eeff8466 /chrome/browser/sync
parentcd54999a1c3188ad9830a7d13be811dd3ca12768 (diff)
downloadchromium_src-f69afe334b1a8b82b5d9a6ac471706222e6c6c1c.zip
chromium_src-f69afe334b1a8b82b5d9a6ac471706222e6c6c1c.tar.gz
chromium_src-f69afe334b1a8b82b5d9a6ac471706222e6c6c1c.tar.bz2
Changed notifications for enterprise enrolled devices.
This changelist removes notification bar from login screen and adds notifications to GAIA-screen and new tab in Guest session. TBR=akalin BUG=chromium-os:35755 Review URL: https://chromiumcodereview.appspot.com/11522004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/profile_sync_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 915d706..feca8f7 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -450,7 +450,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
// dpending on the type's current status.
//
// This function is used by sync_ui_util.cc to help populate the about:sync
- // page. It returns a ListValue rather than a DictionaryValye in part to make
+ // page. It returns a ListValue rather than a DictionaryValue in part to make
// it easier to iterate over its elements when constructing that page.
Value* GetTypeStatusMap() const;