Commit dd91b006 authored by fsamuel@chromium.org's avatar fsamuel@chromium.org

Remove attach_ as publicly exposed method of Event.

BUG=324859

Review URL: https://codereview.chromium.org/139903006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247899 0039d316-1c4b-4281-b951-d872f2087c98
parent 14aa9669
...@@ -519,7 +519,6 @@ ...@@ -519,7 +519,6 @@
'getRules', 'getRules',
// TODO(fsamuel): We really shouldn't be exposing these private methods // TODO(fsamuel): We really shouldn't be exposing these private methods
// but certain tests rely on them. // but certain tests rely on them.
'attach_',
'dispatch_' 'dispatch_'
]); ]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment