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

Unified Diff: chrome/browser/extensions/api/declarative/declarative_apitest.cc

Issue 9422003: Migrate Declarative API bindings to new JSON objects generated by JSON compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pacify clang Created 8 years, 10 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/declarative_apitest.cc
diff --git a/chrome/browser/extensions/api/declarative/declarative_apitest.cc b/chrome/browser/extensions/api/declarative/declarative_apitest.cc
index eb6a248edf87031a372565017dd12164968f5feb..5fd9ce30a72bff043f63c8422ebe76e2f0b35eab 100644
--- a/chrome/browser/extensions/api/declarative/declarative_apitest.cc
+++ b/chrome/browser/extensions/api/declarative/declarative_apitest.cc
@@ -54,7 +54,7 @@ IN_PROC_BROWSER_TEST_F(DeclarativeApiTest, DeclarativeApi) {
UnloadExtension(extension_id);
std::vector<std::string> rule_identifiers; // Empty to get all rules.
not at google - send to devlin 2012/02/20 11:50:51 Just noticed this... comment is inaccurate (post l
battre 2012/02/28 22:29:18 Done.
- std::vector<DictionaryValue*> known_rules;
+ std::vector<linked_ptr<RulesRegistry::Rule> > known_rules;
test_rules_registry_->GetRules(extension_id,
rule_identifiers,
&known_rules);

Powered by Google App Engine
This is Rietveld 408576698