Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.h

Issue 273753002: Implement 3 PIN browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR feedbacks Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/remoting/remote_desktop_browsertest.h
diff --git a/chrome/test/remoting/remote_desktop_browsertest.h b/chrome/test/remoting/remote_desktop_browsertest.h
index fbccea67035714738f2abaae1554995360bbe304..579c2f2103fdf73f007a17b9458ffdafc245cc9d 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.h
+++ b/chrome/test/remoting/remote_desktop_browsertest.h
@@ -122,10 +122,15 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest {
// Install the chromoting extension
void Install();
+ // Perform all necessary steps (installation, authorization, authentication,
+ // expanding the me2me section) so that the app is ready for a me2me
+ // connection.
+ void SetUpTestForMe2Me();
+
// Clean up after the test.
void Cleanup();
- // Perform all the auth steps: authorization, authenticattion, etc.
+ // Perform all the auth steps: authorization, authentication, etc.
// It starts from the chromoting main page unauthenticated and ends up back
// on the chromoting main page authenticated and ready to go.
void Auth();

Powered by Google App Engine
This is Rietveld 408576698