diff options
author | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-02 00:33:38 +0000 |
---|---|---|
committer | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-02 00:33:38 +0000 |
commit | 0882e8f4445b30e6e443bc798087b64e8522c89a (patch) | |
tree | 1f2d80620fb2f112fd5cb60c64932c319f190f5b /ash/test | |
parent | c743fcf44c0400a0e48b883f2eefb6cebb695142 (diff) | |
download | chromium_src-0882e8f4445b30e6e443bc798087b64e8522c89a.zip chromium_src-0882e8f4445b30e6e443bc798087b64e8522c89a.tar.gz chromium_src-0882e8f4445b30e6e443bc798087b64e8522c89a.tar.bz2 |
DisplayManagerTestApi: Fixed out-of-date comment.
This comment directs the reader where to find the display format string
specification; it has moved to a new location.
NOTRY=true
Review URL: https://codereview.chromium.org/260903005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test')
-rw-r--r-- | ash/test/display_manager_test_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/test/display_manager_test_api.h b/ash/test/display_manager_test_api.h index a3c506b1..be5dbb9 100644 --- a/ash/test/display_manager_test_api.h +++ b/ash/test/display_manager_test_api.h @@ -23,8 +23,8 @@ class DisplayManagerTestApi { // Update the display configuration as given in |display_specs|. The format of // |display_spec| is a list of comma separated spec for each displays. Please - // refer to the comment in |aura::DisplayManager::CreateDisplayFromSpec| for - // the format of the display spec. + // refer to the comment in |ash::DisplayInfo::CreateFromSpec| for the format + // of the display spec. void UpdateDisplay(const std::string& display_specs); // Set the 1st display as an internal display and returns the display Id for |