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 | |
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')
-rw-r--r-- | chrome/browser/sync/sync_setup_wizard_unittest.cc | 4 | ||||
-rw-r--r-- | chrome/browser/sync/sync_ui_util.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sync/sync_setup_wizard_unittest.cc b/chrome/browser/sync/sync_setup_wizard_unittest.cc index cbf416a..d705706 100644 --- a/chrome/browser/sync/sync_setup_wizard_unittest.cc +++ b/chrome/browser/sync/sync_setup_wizard_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -126,7 +126,7 @@ class TestBrowserWindowForWizardTest : public TestBrowserWindow { virtual ~TestBrowserWindowForWizardTest() { if (flow_.get()) { - // In real life, the handlers are destroyed by the DOMUI infrastructure, + // In real life, the handlers are destroyed by the WebUI infrastructure, // which calls GetWebUIMessageHandlers to take ownership. This does not // exist in our test, so we perform cleanup manually. std::vector<WebUIMessageHandler*> handlers; 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); |