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

Unified Diff: chrome/browser/extensions/activity_log/activity_log_browsertest.cc

Issue 19690003: Extension activity log database refactoring (step 3) (Closed) Base URL: http://git.chromium.org/chromium/src.git@refactor2
Patch Set: Do not set bad BlockedChromeActivityDetail::Reason values Created 7 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/browser/extensions/activity_log/activity_log_browsertest.cc
diff --git a/chrome/browser/extensions/activity_log/activity_log_browsertest.cc b/chrome/browser/extensions/activity_log/activity_log_browsertest.cc
index db573c14557384b855279f6f1aaabecb8fd14a0b..ef877b3e51156cc6ed30f15a06724b5bc6e34d3b 100644
--- a/chrome/browser/extensions/activity_log/activity_log_browsertest.cc
+++ b/chrome/browser/extensions/activity_log/activity_log_browsertest.cc
@@ -46,10 +46,10 @@ class ActivityLogPrerenderTest : public ExtensionApiTest {
scoped_refptr<Action> last = i->front();
std::string args = base::StringPrintf(
- "ID=%s CATEGORY=content_script API= ARGS=[\"\\\"/google_cs.js \\\"\"] "
+ "ID=%s CATEGORY=content_script API= ARGS=[\"/google_cs.js \"] "
"PAGE_URL=http://www.google.com.bo:%d/test.html "
- "OTHER={\"dom_verb\":3,\"extra\":\"(prerender)\",\"page_title\":\"www."
- "google.com.bo:%d/test.html\"}",
+ "PAGE_TITLE=\"www.google.com.bo:%d/test.html\" "
+ "OTHER={\"dom_verb\":3,\"extra\":\"(prerender)\"}",
extension_id.c_str(), port, port);
// TODO: Replace PrintForDebug with field testing
// when this feature will be available
« no previous file with comments | « chrome/browser/extensions/activity_log/activity_log.cc ('k') | chrome/browser/extensions/activity_log/activity_log_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698