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

Unified Diff: extensions/common/constants.h

Issue 1329033002: Disable extension Panels on Dev and Canary, except for the whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove stray Created 5 years, 3 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: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index b4a546bd7f53d1040cae669bfdbe83882ce56402..702095b9ecb2f73fd0b513acdb12c529afb5fd86 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -223,6 +223,12 @@ extern const char kQuickOfficeExtensionId[];
// The extension id used for testing mimeHandlerPrivate.
extern const char kMimeHandlerPrivateTestExtensionId[];
+// The extension id for the production version of Hangouts.
+extern const char kProdHangoutsExtensionId[];
+
+// Extension ids used by Hangouts.
+extern const char* const kHangoutsExtensionIds[6];
+
} // namespace extension_misc
#endif // EXTENSIONS_COMMON_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698