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

Side by Side Diff: extensions/common/watched_pages_recipient.h

Issue 344433003: Prepare declarativeContent API for new script injection feature. Added Javascript types and functio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address first round review comments and fix test build failure Created 6 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef EXTENSIONS_COMMON_WATCHED_PAGES_RECIPIENT_H_
6 #define EXTENSIONS_COMMON_WATCHED_PAGES_RECIPIENT_H_
7
8 namespace extensions {
9
10 enum WatchedPagesRecipient {
11 CONTENT_RULES_REGISTRY = 0,
12 USER_SCRIPT_MANAGER,
13 WATCHED_PAGES_RECIPIENT_LAST = USER_SCRIPT_MANAGER,
14 };
15
16 }
17
18 #endif // EXTENSIONS_COMMON_WATCHED_PAGES_RECIPIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698