diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 22:42:52 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 22:42:52 +0000 |
commit | 4a33cd9e8d9f90d1a40dad934ea9d0f9e99b4118 (patch) | |
tree | e641eb883ddf1f5e89bcdcc3397ad25b372ec594 /chrome/test | |
parent | 53c438937eccc88536bae2db5f0b9f1d2d757698 (diff) | |
download | chromium_src-4a33cd9e8d9f90d1a40dad934ea9d0f9e99b4118.zip chromium_src-4a33cd9e8d9f90d1a40dad934ea9d0f9e99b4118.tar.gz chromium_src-4a33cd9e8d9f90d1a40dad934ea9d0f9e99b4118.tar.bz2 |
Remove NewRunnableMethod from comment.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9020027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/webdriver/webdriver_automation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h index 9b2036c..295f844 100644 --- a/chrome/test/webdriver/webdriver_automation.h +++ b/chrome/test/webdriver/webdriver_automation.h @@ -41,7 +41,7 @@ class Point; // Creates and controls the Chrome instance. // This class should be created and accessed on a single thread. // Note: All member functions are void because they are invoked -// by posting a task from NewRunnableMethod. +// by posting a task. class Automation { public: struct BrowserOptions { |