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

Unified Diff: chrome/browser/resources/gaia_auth/inline_injected.js

Issue 47603008: Rename inline sign in URL to chrome-signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/browser/resources/inline_login/inline_login.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gaia_auth/inline_injected.js
diff --git a/chrome/browser/resources/gaia_auth/inline_injected.js b/chrome/browser/resources/gaia_auth/inline_injected.js
index 2f0d020b17df1e9d78b088f56d479582967153a3..b0b847381605721df5b9cdd51002df55a5a6a6bd 100644
--- a/chrome/browser/resources/gaia_auth/inline_injected.js
+++ b/chrome/browser/resources/gaia_auth/inline_injected.js
@@ -36,7 +36,7 @@
attemptToken: new Date().getTime(),
chooseWhatToSync: chooseWhatToSync};
- extWindow.postMessage(msg, 'chrome://inline-login');
+ extWindow.postMessage(msg, 'chrome://chrome-signin');
console.log('Credentials sent');
return;
« no previous file with comments | « no previous file | chrome/browser/resources/inline_login/inline_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698