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

Unified Diff: remoting/webapp/me2mom/cs_oauth2_trampoline.js

Issue 7574019: Removed oauth2_callback.html, merged functionality into remoting.js and improved 'No thanks' UX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clear oauth2 results on init. Created 9 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: remoting/webapp/me2mom/cs_oauth2_trampoline.js
diff --git a/remoting/webapp/me2mom/cs_oauth2_trampoline.js b/remoting/webapp/me2mom/cs_oauth2_trampoline.js
index c4c31ebb61a3f847e7a92691219a630dfe61d63f..ba8ab6fbc53c3736ee4a3828dd746d51a293ca02 100644
--- a/remoting/webapp/me2mom/cs_oauth2_trampoline.js
+++ b/remoting/webapp/me2mom/cs_oauth2_trampoline.js
@@ -3,4 +3,4 @@
// found in the LICENSE file.
window.location.replace(
- chrome.extension.getURL('oauth2_callback.html') + window.location.search);
+ chrome.extension.getURL('choice.html') + window.location.search);

Powered by Google App Engine
This is Rietveld 408576698