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

Unified Diff: chrome/common/extensions/api/file_browser_private.idl

Issue 299443009: Add keyboard shortcuts in Files.app to open inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and edit comments. 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/common/extensions/api/file_browser_private.idl
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index cfe5c27e0098485ba014504f6ffcc0a7e717fdb4..0bbcda84fc0caacd02137e473d498df4aa056213 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -761,6 +761,9 @@ interface Functions {
// Moves the window to other user's desktop.
static void visitDesktop(DOMString profileId,
optional SimpleCallback callback);
+
+ // Open inspector window.
+ static void openInspector(DOMString option);
hirono 2014/05/23 04:50:08 Why don't you use enum instead of string?
fukino 2014/05/23 06:16:28 Done.
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698