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

Unified Diff: extensions/renderer/extension_groups.h

Issue 2628053003: Remove extension group from DOMWrapperWorld. (Closed)
Patch Set: Fix GCCallbackTest Created 3 years, 11 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
« no previous file with comments | « extensions/renderer/extension_frame_helper.cc ('k') | extensions/renderer/gc_callback_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/extension_groups.h
diff --git a/extensions/renderer/extension_groups.h b/extensions/renderer/extension_groups.h
deleted file mode 100644
index 9766fa4ed45414a512f2195914db2b29f2c3b829..0000000000000000000000000000000000000000
--- a/extensions/renderer/extension_groups.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef EXTENSIONS_RENDERER_EXTENSION_GROUPS_H_
-#define EXTENSIONS_RENDERER_EXTENSION_GROUPS_H_
-
-namespace extensions {
-
-// A set of extension groups for use with blink::registerExtension and
-// WebFrame::ExecuteScriptInNewWorld to control which extensions get loaded
-// into which contexts.
-// TODO(kalman): Remove this when https://crbug.com/481699 is fixed.
-enum ExtensionGroups {
- // Use this to mark extensions to be loaded into content scripts only.
- EXTENSION_GROUP_CONTENT_SCRIPTS = 1,
-};
-
-} // namespace extensions
-
-#endif // EXTENSIONS_RENDERER_EXTENSION_GROUPS_H_
« no previous file with comments | « extensions/renderer/extension_frame_helper.cc ('k') | extensions/renderer/gc_callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698