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

Unified Diff: chrome/renderer/extensions/extension_groups.h

Issue 235943018: Move extensions bindings code out of //chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 years, 8 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/renderer/extensions/extension_groups.h
diff --git a/chrome/renderer/extensions/extension_groups.h b/chrome/renderer/extensions/extension_groups.h
deleted file mode 100644
index 09b6ea1001ebcbab023125beaed2998a76a62ce5..0000000000000000000000000000000000000000
--- a/chrome/renderer/extensions/extension_groups.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2012 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 CHROME_RENDERER_EXTENSIONS_EXTENSION_GROUPS_H_
-#define CHROME_RENDERER_EXTENSIONS_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.
-enum ExtensionGroups {
- // Use this to mark extensions to be loaded into content scripts only.
- EXTENSION_GROUP_CONTENT_SCRIPTS = 1,
-
- // Use this in an isolated world for internal Chrome Translate.
- // No extension APIs are available.
- EXTENSION_GROUP_INTERNAL_TRANSLATE_SCRIPTS = 2,
-};
-
-} // namespace extensions
-
-#endif // CHROME_RENDERER_EXTENSIONS_EXTENSION_GROUPS_H_
« no previous file with comments | « chrome/renderer/extensions/document_custom_bindings.cc ('k') | chrome/renderer/extensions/file_system_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698