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

Unified Diff: chrome/common/extensions/manifest_handlers/automation.h

Issue 2141753002: [Extensions] Code cleanup - const &s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/common/extensions/manifest_handlers/automation.h
diff --git a/chrome/common/extensions/manifest_handlers/automation.h b/chrome/common/extensions/manifest_handlers/automation.h
index afbaee16e75bf33aeb50f94bf74736247ed16e61..eb1c1dcf17bdf0d1cb8fdb94ca503275a34a0949 100644
--- a/chrome/common/extensions/manifest_handlers/automation.h
+++ b/chrome/common/extensions/manifest_handlers/automation.h
@@ -59,7 +59,7 @@ struct AutomationInfo : public Extension::ManifestData {
private:
AutomationInfo();
- AutomationInfo(bool desktop, URLPatternSet matches, bool interact);
+ AutomationInfo(bool desktop, const URLPatternSet& matches, bool interact);
static std::unique_ptr<api::manifest_types::Automation> AsManifestType(
const AutomationInfo& info);
« no previous file with comments | « chrome/common/extensions/command_unittest.cc ('k') | chrome/common/extensions/manifest_handlers/automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698