| Index: trunk/src/chrome/test/chromedriver/util.h
|
| ===================================================================
|
| --- trunk/src/chrome/test/chromedriver/util.h (revision 283022)
|
| +++ trunk/src/chrome/test/chromedriver/util.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| class ListValue;
|
| }
|
|
|
| -struct Session;
|
| class Status;
|
| class WebView;
|
|
|
| @@ -40,8 +39,4 @@
|
| const std::string& bytes,
|
| base::FilePath* file);
|
|
|
| -// Calls BeforeCommand for each of |session|'s |CommandListener|s.
|
| -void NotifySessionListenersBeforeCommand(Session* session,
|
| - const std::string& command_name);
|
| -
|
| #endif // CHROME_TEST_CHROMEDRIVER_UTIL_H_
|
|
|