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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h

Issue 2540433002: Reland "Propagate information about how ARC apps are launched" (Closed)
Patch Set: Rebase to ToT Created 4 years, 1 month 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/ui/ash/launcher/arc_app_deferred_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
index 9d8cebb0898ba98a1c36cef660c963d76e3f45ad..3f01daba5233f05b683cf43382310968dc1ac6fa 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_ASH_LAUNCHER_ARC_APP_DEFERRED_LAUNCHER_CONTROLLER_H_
#include <map>
+#include <string>
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
@@ -30,7 +31,7 @@ class ArcAppDeferredLauncherController
base::TimeDelta GetActiveTime(const std::string& app_id) const;
// Registers deferred Arc app launch.
stevenjb 2016/11/29 20:17:10 Can you briefly document this class? It's not clea
Luis Héctor Chávez 2016/11/29 20:50:46 Done.
- void RegisterDeferredLaunch(const std::string& app_id);
+ void RegisterDeferredLaunch(const std::string& app_id, int event_flags);
// Applies spinning effect if requested app is handled by deferred controller.
void MaybeApplySpinningEffect(const std::string& app_id,

Powered by Google App Engine
This is Rietveld 408576698