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

Unified Diff: chrome/browser/resources/print_preview/data/destination.js

Issue 2938073003: Change getAccessToken and getExtensionPrinterAccess to sendWithPromise (Closed)
Patch Set: Fix annotation Created 3 years, 6 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: chrome/browser/resources/print_preview/data/destination.js
diff --git a/chrome/browser/resources/print_preview/data/destination.js b/chrome/browser/resources/print_preview/data/destination.js
index 37f25bec8b1cd755e6fe63197125cebf6a2da01a..24e93cb4e8a164d1721b30664bebd6c532dad65c 100644
--- a/chrome/browser/resources/print_preview/data/destination.js
+++ b/chrome/browser/resources/print_preview/data/destination.js
@@ -22,7 +22,6 @@ print_preview.DestinationType = {
print_preview.DestinationOrigin = {
LOCAL: 'local',
COOKIES: 'cookies',
- PROFILE: 'profile',
DEVICE: 'device',
PRIVET: 'privet',
EXTENSION: 'extension',

Powered by Google App Engine
This is Rietveld 408576698