diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-12 00:43:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-12 00:43:55 +0000 |
commit | c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9 (patch) | |
tree | ae07180466ea9dedcb418394e03fa7136d95a525 /chrome/browser/sync/sync_ui_util.h | |
parent | 1519da46b0681ac1b4a16d3fa1beae9b606676af (diff) | |
download | chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.zip chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.gz chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.bz2 |
WebUI: Get rid of references to DOMUI in comments. The last part.
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6509004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/sync_ui_util.h')
-rw-r--r-- | chrome/browser/sync/sync_ui_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h index 065f82f..819916d 100644 --- a/chrome/browser/sync/sync_ui_util.h +++ b/chrome/browser/sync/sync_ui_util.h @@ -55,7 +55,7 @@ string16 GetSyncMenuLabel(ProfileSyncService* service); // Open the appropriate sync dialog for the given profile (which can be // incognito). |browser| is the browser window that should be used if the UI -// is in-window (i.e., DOMUI). |code| should be one of the START_FROM_* codes. +// is in-window (i.e., WebUI). |code| should be one of the START_FROM_* codes. void OpenSyncMyBookmarksDialog(Profile* profile, Browser* browser, ProfileSyncService::SyncEventCodes code); |