Index: apps/app_shim/app_shim_host_mac.h |
diff --git a/apps/app_shim/app_shim_host_mac.h b/apps/app_shim/app_shim_host_mac.h |
index 8ebc0cd179cd8d15c81df21b20941b8c1e8b1211..2312a6491a8e9cbd9062a02d7471c01c2e82989f 100644 |
--- a/apps/app_shim/app_shim_host_mac.h |
+++ b/apps/app_shim/app_shim_host_mac.h |
@@ -60,6 +60,9 @@ class AppShimHost : public IPC::Listener, |
// app shim to send multiple launch messages. |
void OnLaunchApp(std::string profile, std::string app_id); |
+ // TODO comment |
koz (OOO until 15th September)
2013/03/18 03:33:12
TODO
jeremya
2013/03/18 04:54:05
Done.
|
+ void OnFocus(); |
+ |
bool LaunchAppImpl(const std::string& profile_dir, const std::string& app_id); |
// The AppShimHost listens to the NOTIFICATION_EXTENSION_HOST_DESTROYED |