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

Unified Diff: Source/modules/credentialmanager/FederatedCredential.h

Issue 457683002: Credential Manager: Add platform-exposed Credential objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Strings. Created 6 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: Source/modules/credentialmanager/FederatedCredential.h
diff --git a/Source/modules/credentialmanager/FederatedCredential.h b/Source/modules/credentialmanager/FederatedCredential.h
index 665ce9ceb2f4bdad36391f0b6360bf25b90e28a5..fb95fa0b5baf0ce833e879c62981c2c889ff17ba 100644
--- a/Source/modules/credentialmanager/FederatedCredential.h
+++ b/Source/modules/credentialmanager/FederatedCredential.h
@@ -18,12 +18,10 @@ public:
virtual ~FederatedCredential();
// FederatedCredential.idl
- const String& federation() const { return m_federation; }
+ const String& federation() const;
private:
FederatedCredential(const String& id, const String& name, const String& avatarURL, const String& federation);
-
- String m_federation;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698