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

Unified Diff: remoting/host/plugin/host_script_object.h

Issue 8662001: Remove AccessVerifier interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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
« no previous file with comments | « remoting/host/host_secret.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_script_object.h
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
index d52ce71c756b2fc0217f12b544d2e98215e74482..11be26c5b45a8413906fc69db1817fbbb51d71d0 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -118,8 +118,7 @@ class HostNPScriptObject : public HostStatusObserver {
void LogDebugInfo(const std::string& message);
// Callbacks invoked during session setup.
- void OnReceivedSupportID(remoting::SupportAccessVerifier* access_verifier,
- bool success,
+ void OnReceivedSupportID(bool success,
const std::string& support_id,
const base::TimeDelta& lifetime);
void NotifyAccessCode(bool success);
« no previous file with comments | « remoting/host/host_secret.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698