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

Unified Diff: chrome/browser/ui/browser.h

Issue 8438020: Cloud print connector policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index fe2c1e14012b07c6a88fc31869cb1d2a497fe507..2635f961b0aa88d394d80d2dcc7949e20debb6b9 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -1106,6 +1106,9 @@ class Browser : public TabHandlerDelegate,
// Updates the printing command state.
void UpdatePrintingState(int content_restrictions);
+ // Updates the cloud printing connector state.
+ void UpdateCloudPrintConnectorState();
+
// Updates the save-page-as command state.
void UpdateSaveAsState(int content_restrictions);

Powered by Google App Engine
This is Rietveld 408576698