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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_apitest.cc

Issue 12330089: JSON compiler to include "customBindings" in the function name. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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/content_settings/content_settings_apitest.cc
===================================================================
--- chrome/browser/extensions/api/content_settings/content_settings_apitest.cc (revision 182503)
+++ chrome/browser/extensions/api/content_settings/content_settings_apitest.cc (working copy)
@@ -122,12 +122,14 @@
std::vector<webkit::WebPluginInfo> plugins;
plugin_list.GetPlugins(&plugins);
- ContentSettingsGetResourceIdentifiersFunction::SetPluginsForTesting(&plugins);
+ ContentSettingsContentSettingGetResourceIdentifiersFunction::
+ SetPluginsForTesting(&plugins);
EXPECT_TRUE(RunExtensionTest("content_settings/getresourceidentifiers"))
<< message_;
- ContentSettingsGetResourceIdentifiersFunction::SetPluginsForTesting(NULL);
+ ContentSettingsContentSettingGetResourceIdentifiersFunction::
+ SetPluginsForTesting(NULL);
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698