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

Unified Diff: chrome/browser/chromeos/note_taking_helper.h

Issue 2729503007: Remove Profile usage from //apps (Closed)
Patch Set: deps Created 3 years, 9 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/chromeos/note_taking_helper.h
diff --git a/chrome/browser/chromeos/note_taking_helper.h b/chrome/browser/chromeos/note_taking_helper.h
index c2d68727e150077aa6ad46d56f46fa65ef7718ef..a938a03f94e7b36bb2d33debeb07e203dd7fca6a 100644
--- a/chrome/browser/chromeos/note_taking_helper.h
+++ b/chrome/browser/chromeos/note_taking_helper.h
@@ -103,7 +103,7 @@ class NoteTakingHelper : public arc::ArcIntentHelperObserver,
// Callback used to launch a Chrome app.
using LaunchChromeAppCallback = base::Callback<void(
- Profile*,
+ content::BrowserContext* context,
const extensions::Extension*,
std::unique_ptr<extensions::api::app_runtime::ActionData>,
const base::FilePath&)>;

Powered by Google App Engine
This is Rietveld 408576698