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

Unified Diff: extensions/common/view_type.h

Issue 1413853005: Track all extension frames in ProcessManager, inspect extensionoptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/msg/message/ Created 5 years, 1 month 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/view_type.h
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index 82c906b57b4589e5a61ff78788041e64d367efc4..2a2446cc108b33db61d8af9a728bc02323f759b0 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -18,6 +18,7 @@ enum ViewType {
VIEW_TYPE_BACKGROUND_CONTENTS,
VIEW_TYPE_EXTENSION_BACKGROUND_PAGE,
VIEW_TYPE_EXTENSION_DIALOG,
+ VIEW_TYPE_EXTENSION_OPTIONS,
VIEW_TYPE_EXTENSION_POPUP,
VIEW_TYPE_LAUNCHER_PAGE,
VIEW_TYPE_PANEL,

Powered by Google App Engine
This is Rietveld 408576698