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

Unified Diff: ui/aura/remote_root_window_host_win.h

Issue 23592024: Make the metro viewer responsible for relaunching browser in desktop mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: ui/aura/remote_root_window_host_win.h
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
index e2e6d1ca28692f398226cde669e4f141643e43e6..5e587d874a69150ecbf0e55155d1ad2a682a391e 100644
--- a/ui/aura/remote_root_window_host_win.h
+++ b/ui/aura/remote_root_window_host_win.h
@@ -98,6 +98,9 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
// Called when we have a message from the remote process.
bool OnMessageReceived(const IPC::Message& message);
+ void HandleOpenURLOnDesktop(const base::string16& shortcut,
+ const base::string16& url);
+
void HandleOpenFile(const base::string16& title,
const base::FilePath& default_path,
const base::string16& filter,

Powered by Google App Engine
This is Rietveld 408576698