r7197 - dumbhippo/trunk/client/windows/HippoUI



Author: otaylor
Date: 2008-01-14 12:58:51 -0600 (Mon, 14 Jan 2008)
New Revision: 7197

Modified:
   dumbhippo/trunk/client/windows/HippoUI/HippoUI.cpp
   dumbhippo/trunk/client/windows/HippoUI/HippoUI.h
Log:
Remove left-over references to 'initial debug share'

Modified: dumbhippo/trunk/client/windows/HippoUI/HippoUI.cpp
===================================================================
--- dumbhippo/trunk/client/windows/HippoUI/HippoUI.cpp	2008-01-14 18:37:02 UTC (rev 7196)
+++ dumbhippo/trunk/client/windows/HippoUI/HippoUI.cpp	2008-01-14 18:58:51 UTC (rev 7197)
@@ -64,14 +64,13 @@
 
 static void quitAndWait(IHippoUI *ui);
 
-HippoUI::HippoUI(HippoInstanceType instanceType, bool replaceExisting, bool initialDebugShare) 
+HippoUI::HippoUI(HippoInstanceType instanceType, bool replaceExisting) 
 {
     HippoConnection *connection;
 
     refCount_ = 1;
     instanceType_ = instanceType;
     replaceExisting_ = replaceExisting;
-    initialShowDebugShare_ = initialDebugShare;
 
     hippoLoadTypeInfo(L"HippoUtil.dll",
                       &IID_IHippoUI, &uiTypeInfo_,
@@ -2170,7 +2169,7 @@
     registerFirefoxComponent();
     migrateCookie();
 
-    ui = new HippoUI(options.instance_type, options.replace_existing, options.initial_debug_share);
+    ui = new HippoUI(options.instance_type, options.replace_existing);
     if (!ui->create(hInstance)) {
         g_debug("Failed to create UI");
         return 0;

Modified: dumbhippo/trunk/client/windows/HippoUI/HippoUI.h
===================================================================
--- dumbhippo/trunk/client/windows/HippoUI/HippoUI.h	2008-01-14 18:37:02 UTC (rev 7196)
+++ dumbhippo/trunk/client/windows/HippoUI/HippoUI.h	2008-01-14 18:58:51 UTC (rev 7197)
@@ -41,7 +41,7 @@
 : public IHippoUI 
 {
 public:
-    HippoUI(HippoInstanceType instanceType, bool replaceExisting, bool initialDebugShare);
+    HippoUI(HippoInstanceType instanceType, bool replaceExisting);
     ~HippoUI();
 
     //IUnknown methods



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]