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

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

Issue 1825263002: [Extensions] Convert APIs to use movable types [1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/autotest_private.idl
diff --git a/chrome/common/extensions/api/autotest_private.idl b/chrome/common/extensions/api/autotest_private.idl
index 65f89b269533050d27014c86319f30263842ff98..7c3a8135d033d666103412c3189e85efbeb63732 100644
--- a/chrome/common/extensions/api/autotest_private.idl
+++ b/chrome/common/extensions/api/autotest_private.idl
@@ -4,7 +4,7 @@
// API for integration testing. To be used on test images with a test component
// extension.
-namespace autotestPrivate {
+[use_movable_types]namespace autotestPrivate {
asargent_no_longer_on_chrome 2016/03/30 19:39:25 same nit
Devlin 2016/03/30 22:23:43 Done.
dictionary LoginStatusDict {
// Are we logged in?

Powered by Google App Engine
This is Rietveld 408576698