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

Unified Diff: third_party/chrome/idl/autotest_private.idl

Issue 12261015: Import chrome idl into third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« no previous file with comments | « third_party/chrome/idl/app_window.idl ('k') | third_party/chrome/idl/bluetooth.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/chrome/idl/autotest_private.idl
diff --git a/third_party/chrome/idl/autotest_private.idl b/third_party/chrome/idl/autotest_private.idl
new file mode 100644
index 0000000000000000000000000000000000000000..a38296cf30940d5d8f9151033b6998305abad73d
--- /dev/null
+++ b/third_party/chrome/idl/autotest_private.idl
@@ -0,0 +1,25 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// API for integration testing. To be used on test images with a test component
+// extension.
+[nodoc] namespace autotestPrivate {
+
+ callback LoginStatusCallback = void (DOMString status);
+
+ interface Functions {
+ // Logout of a user session.
+ static void logout();
+
+ // Restart the browser.
+ static void restart();
+
+ // Shutdown the browser.
+ // |force|: if set, ignore ongoing downloads and onunbeforeunload handlers.
+ static void shutdown(boolean force);
+
+ // Get login status.
+ static void loginStatus(LoginStatusCallback callback);
+ };
+};
« no previous file with comments | « third_party/chrome/idl/app_window.idl ('k') | third_party/chrome/idl/bluetooth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698