Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index 31f9d28fbe8c33abc6d7be56278ded70a3492f2d..025e237393f3ed5343eac7ab271055242ebf2757 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -95,6 +95,9 @@ const char kShowComponentExtensionOptions[] = |
// Adds the given extension ID to all the permission whitelists. |
const char kWhitelistedExtensionID[] = "whitelisted-extension-id"; |
+// Pass launch source to platform apps. |
+const char kTraceAppSource[] = "trace-app-source"; |
benwells
2014/10/28 21:22:48
This should be --enable-something.
cylee1
2014/10/29 16:40:00
Done.
|
+ |
} // namespace switches |
} // namespace extensions |