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

Side by Side Diff: components/cloud_devices/common/cloud_devices_urls.h

Issue 258623004: Fixed url to manage specific cloud printers. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_ 5 #ifndef COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_
6 #define COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_ 6 #define COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "url/gurl.h" 10 #include "url/gurl.h"
11 11
12 namespace cloud_devices { 12 namespace cloud_devices {
13 13
14 extern const char kCloudPrintAuthScope[]; 14 extern const char kCloudPrintAuthScope[];
15 extern const char kCloudDevicesAuthScope[]; 15 extern const char kCloudDevicesAuthScope[];
16 extern const char kCloudPrintLearnMoreURL[]; 16 extern const char kCloudPrintLearnMoreURL[];
17 extern const char kCloudPrintTestPageURL[]; 17 extern const char kCloudPrintTestPageURL[];
18 18
19 GURL GetCloudPrintURL(); 19 GURL GetCloudPrintURL();
20 GURL GetCloudPrintRelativeURL(const std::string& relative_path); 20 GURL GetCloudPrintRelativeURL(const std::string& relative_path);
21 GURL GetCloudPrintEnableURL(const std::string& proxy_id); 21 GURL GetCloudPrintEnableURL(const std::string& proxy_id);
22 GURL GetCloudPrintEnableURLWithSignin(const std::string& proxy_id); 22 GURL GetCloudPrintEnableWithSigninURL(const std::string& proxy_id);
23 GURL GetCloudPrintManageDeviceURL(const std::string& device_id);
23 GURL GetCloudPrintSigninURL(); 24 GURL GetCloudPrintSigninURL();
24 GURL GetCloudPrintAddAccountURL(); 25 GURL GetCloudPrintAddAccountURL();
25 26
26 GURL GetCloudDevicesURL(); 27 GURL GetCloudDevicesURL();
27 GURL GetCloudDevicesRelativeURL(const std::string& relative_path); 28 GURL GetCloudDevicesRelativeURL(const std::string& relative_path);
28 29
29 } // namespace cloud_devices 30 } // namespace cloud_devices
30 31
31 #endif // COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_ 32 #endif // COMPONENTS_CLOUD_DEVICES_COMMON_CLOUD_DEVICES_URLS_H_
OLDNEW
« no previous file with comments | « cloud_print/service/win/chrome_launcher.cc ('k') | components/cloud_devices/common/cloud_devices_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698