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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_constants.cc

Issue 2853023002: [Extensions Bindings] Add native declarativeContent verification (Closed)
Patch Set: lazyboy's Created 3 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/browser/extensions/api/declarative_content/content_constants.cc
diff --git a/chrome/browser/extensions/api/declarative_content/content_constants.cc b/chrome/browser/extensions/api/declarative_content/content_constants.cc
deleted file mode 100644
index 2d41866717bdb2374463fdcaf00d170b8bb0d10d..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/api/declarative_content/content_constants.cc
+++ /dev/null
@@ -1,29 +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.
-
-#include "chrome/browser/extensions/api/declarative_content/content_constants.h"
-
-namespace extensions {
-namespace declarative_content_constants {
-
-// Signals to which ContentRulesRegistries are registered.
-const char kOnPageChanged[] = "declarativeContent.onPageChanged";
-
-// Keys of dictionaries.
-const char kAllFrames[] = "allFrames";
-const char kCss[] = "css";
-const char kInstanceType[] = "instanceType";
-const char kIsBookmarked[] = "isBookmarked";
-const char kJs[] = "js";
-const char kMatchAboutBlank[] = "matchAboutBlank";
-const char kPageUrl[] = "pageUrl";
-
-// Values of dictionaries, in particular instance types
-const char kPageStateMatcherType[] = "declarativeContent.PageStateMatcher";
-const char kShowPageAction[] = "declarativeContent.ShowPageAction";
-const char kRequestContentScript[] = "declarativeContent.RequestContentScript";
-const char kSetIcon[] = "declarativeContent.SetIcon";
-
-} // namespace declarative_content_constants
-} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698